#369fdd

Color #369FDD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #369FDD

Tints of Summer Sky #369FDD

Color information

#369FDD (or 0x369FDD) is unknown color: approx Summer Sky. HEX triplet: 36, 9F and DD. RGB value is (54,159,221). Sum of RGB (Red+Green+Blue) = 54+159+221=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #369FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369FDD is #C96022. Grayscale: #868686. Windows color (decimal): -13197347 or 14524214. OLE color: 14524214.

HSL color Cylindrical-coordinate representation of color #369FDD: hue angle of 202.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #369FDD is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB54159221-
CMYK0.760.2800.13
HSL202.28º71.06%53.92%-
HSV(B)202.28º75.57%86.67%-
XYZ26.9730.872.93-
YUV134.67176.7170.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 12.44%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=12.44%
G=36.64%
B=50.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal541592210.760.2800.13202.2871.0653.92
Hex369FDD4C1C0Dca4736
Octal662373351143401531210766
Binary110110100111111101110110011001110001101110010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369fdd; }

 p { color: rgb(54,159,221); }

 H1.HeaderClassName
 {
   color: #369fdd;
 }
 .AnyTagClassName
 {
   color: #369fdd;
 }
</style>
background-color css

<style>
 a { background-color: #369fdd; }

 a { background-color: rgb(54,159,221); }

 div.DivClassName
 {
   background-color: #369fdd;
 }
 .BgClassName
 {
   background-color: #369fdd;
 }
</style>
border-color css

<style>
 span { border-color: #369fdd; }

 span { border-color: rgb(54,159,221); }

 td.TdClassName
 {
   border-color: #369fdd;
 }
 .TagClassName
 {
   border-color: #369fdd;
 }
</style>