#359EE0

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

Shades of Summer Sky #359EE0

Tints of Summer Sky #359EE0

Color information

#359EE0 (or 0x359EE0) is unknown color: approx Summer Sky. HEX triplet: 35, 9E and E0. RGB value is (53,158,224). Sum of RGB (Red+Green+Blue) = 53+158+224=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #359EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EE0 is #CA611F. Grayscale: #858585. Windows color (decimal): -13263136 or 14720565. OLE color: 14720565.

HSL color Cylindrical-coordinate representation of color #359EE0: hue angle of 203.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359EE0 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB53158224-
CMYK0.760.2900.12
HSL203.16º73.39%54.31%-
HSV(B)203.16º76.34%87.84%-
XYZ27.1530.5975-
YUV134.13178.7170.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.18%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=12.18%
G=36.32%
B=51.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal531582240.760.2900.12203.1673.3954.31
Hex359EE04C1D0Ccb4936
Octal652363401143501431311166
Binary110101100111101110000010011001110101100110010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,224); }

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

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

 a { background-color: rgb(53,158,224); }

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

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

 span { border-color: rgb(53,158,224); }

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