#359ECD

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

Shades of Summer Sky #359ECD

Tints of Summer Sky #359ECD

Color information

#359ECD (or 0x359ECD) is unknown color: approx Summer Sky. HEX triplet: 35, 9E and CD. RGB value is (53,158,205). Sum of RGB (Red+Green+Blue) = 53+158+205=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #359ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECD is #CA6132. Grayscale: #838383. Windows color (decimal): -13263155 or 13475381. OLE color: 13475381.

HSL color Cylindrical-coordinate representation of color #359ECD: hue angle of 198.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ECD is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53158205-
CMYK0.740.2300.20
HSL198.55º60.32%50.59%-
HSV(B)198.55º74.15%80.39%-
XYZ24.7129.6262.17-
YUV131.96169.2171.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=12.74%
G=37.98%
B=49.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531582050.740.2300.20198.5560.3250.59
Hex359ECD4A17014c73c33
Octal65236315112270243077463
Binary110101100111101100110110010101011101010011000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359ECD; }

 p { color: rgb(53,158,205); }

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

<style>
 a { background-color: #359ECD; }

 a { background-color: rgb(53,158,205); }

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

<style>
 span { border-color: #359ECD; }

 span { border-color: rgb(53,158,205); }

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