#359ECA

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

Shades of Summer Sky #359ECA

Tints of Summer Sky #359ECA

Color information

#359ECA (or 0x359ECA) is unknown color: approx Summer Sky. HEX triplet: 35, 9E and CA. RGB value is (53,158,202). Sum of RGB (Red+Green+Blue) = 53+158+202=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #359ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECA is #CA6135. Grayscale: #838383. Windows color (decimal): -13263158 or 13278773. OLE color: 13278773.

HSL color Cylindrical-coordinate representation of color #359ECA: hue angle of 197.72º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ECA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53158202-
CMYK0.740.2200.21
HSL197.72º58.43%50%-
HSV(B)197.72º73.76%79.22%-
XYZ24.3629.4760.28-
YUV131.62167.7171.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=12.83%
G=38.26%
B=48.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531582020.740.2200.21197.7258.4350
Hex359ECA4A16015c63a32
Octal65236312112260253067262
Binary110101100111101100101010010101011001010111000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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