#359DCA

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

Shades of Summer Sky #359DCA

Tints of Summer Sky #359DCA

Color information

#359DCA (or 0x359DCA) is unknown color: approx Summer Sky. HEX triplet: 35, 9D and CA. RGB value is (53,157,202). Sum of RGB (Red+Green+Blue) = 53+157+202=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #359DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DCA is #CA6235. Grayscale: #828282. Windows color (decimal): -13263414 or 13278517. OLE color: 13278517.

HSL color Cylindrical-coordinate representation of color #359DCA: hue angle of 198.12º 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 #359DCA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53157202-
CMYK0.740.2200.21
HSL198.12º58.43%50%-
HSV(B)198.12º73.76%79.22%-
XYZ24.1929.1460.23-
YUV131.03168.0472.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=12.86%
G=38.11%
B=49.03%

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
Decimal531572020.740.2200.21198.1258.4350
Hex359DCA4A16015c63a32
Octal65235312112260253067262
Binary110101100111011100101010010101011001010111000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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