#359CD4

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

Shades of Summer Sky #359CD4

Tints of Summer Sky #359CD4

Color information

#359CD4 (or 0x359CD4) is unknown color: approx Summer Sky. HEX triplet: 35, 9C and D4. RGB value is (53,156,212). Sum of RGB (Red+Green+Blue) = 53+156+212=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #359CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CD4 is #CA632B. Grayscale: #838383. Windows color (decimal): -13263660 or 13933621. OLE color: 13933621.

HSL color Cylindrical-coordinate representation of color #359CD4: hue angle of 201.13º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359CD4 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53156212-
CMYK0.750.2600.17
HSL201.13º64.9%51.96%-
HSV(B)201.13º75%83.14%-
XYZ25.2429.2966.61-
YUV131.59173.3871.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.59%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 212 (83.20% from 255) = 50.36%
R=12.59%
G=37.05%
B=50.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal531562120.750.2600.17201.1364.951.96
Hex359CD44B1A011c94134
Octal652343241133202131110164
Binary1101011001110011010100100101111010010001110010011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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