#359AE8

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

Shades of Summer Sky #359AE8

Tints of Summer Sky #359AE8

Color information

#359AE8 (or 0x359AE8) is unknown color: approx Summer Sky. HEX triplet: 35, 9A and E8. RGB value is (53,154,232). Sum of RGB (Red+Green+Blue) = 53+154+232=439 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.07% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #359AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AE8 is #CA6517. Grayscale: #848484. Windows color (decimal): -13264152 or 15243829. OLE color: 15243829.

HSL color Cylindrical-coordinate representation of color #359AE8: hue angle of 206.15º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359AE8 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53154232-
CMYK0.770.3400.09
HSL206.15º79.56%55.88%-
HSV(B)206.15º77.16%90.98%-
XYZ27.5929.6980.62-
YUV132.69184.0471.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.07%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 232 (91.02% from 255) = 52.85%
R=12.07%
G=35.08%
B=52.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531542320.770.3400.09206.1579.5655.88
Hex359AE84D2209ce5038
Octal652323501154201131612070
Binary1101011001101011101000100110110001001001110011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,154,232); }

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

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

 a { background-color: rgb(53,154,232); }

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

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

 span { border-color: rgb(53,154,232); }

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