#359CDE

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

Shades of Summer Sky #359CDE

Tints of Summer Sky #359CDE

Color information

#359CDE (or 0x359CDE) is unknown color: approx Summer Sky. HEX triplet: 35, 9C and DE. RGB value is (53,156,222). Sum of RGB (Red+Green+Blue) = 53+156+222=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #359CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CDE is #CA6321. Grayscale: #848484. Windows color (decimal): -13263650 or 14588981. OLE color: 14588981.

HSL color Cylindrical-coordinate representation of color #359CDE: hue angle of 203.43º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359CDE is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53156222-
CMYK0.760.3000.13
HSL203.43º71.91%53.92%-
HSV(B)203.43º76.13%87.06%-
XYZ26.5429.8173.46-
YUV132.73178.3871.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=12.30%
G=36.19%
B=51.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531562220.760.3000.13203.4371.9153.92
Hex359CDE4C1E0Dcb4836
Octal652343361143601531311066
Binary110101100111001101111010011001111001101110010111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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