#359CCA

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

Shades of Summer Sky #359CCA

Tints of Summer Sky #359CCA

Color information

#359CCA (or 0x359CCA) is unknown color: approx Summer Sky. HEX triplet: 35, 9C and CA. RGB value is (53,156,202). Sum of RGB (Red+Green+Blue) = 53+156+202=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #359CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCA is #CA6335. Grayscale: #828282. Windows color (decimal): -13263670 or 13278261. OLE color: 13278261.

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

Color convert

RGB53156202-
CMYK0.740.2300.21
HSL198.52º58.43%50%-
HSV(B)198.52º73.76%79.22%-
XYZ24.0228.860.17-
YUV130.45168.3872.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=12.90%
G=37.96%
B=49.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531562020.740.2300.21198.5258.4350
Hex359CCA4A17015c73a32
Octal65234312112270253077262
Binary110101100111001100101010010101011101010111000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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