#359FCD

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

Shades of Summer Sky #359FCD

Tints of Summer Sky #359FCD

Color information

#359FCD (or 0x359FCD) is unknown color: approx Summer Sky. HEX triplet: 35, 9F and CD. RGB value is (53,159,205). Sum of RGB (Red+Green+Blue) = 53+159+205=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #359FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FCD is #CA6032. Grayscale: #848484. Windows color (decimal): -13262899 or 13475637. OLE color: 13475637.

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

Color convert

RGB53159205-
CMYK0.740.2200.20
HSL198.16º60.32%50.59%-
HSV(B)198.16º74.15%80.39%-
XYZ24.8929.9662.23-
YUV132.55168.8871.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=12.71%
G=38.13%
B=49.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531592050.740.2200.20198.1660.3250.59
Hex359FCD4A16014c63c33
Octal65237315112260243067463
Binary110101100111111100110110010101011001010011000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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