#359AE6

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

Shades of Summer Sky #359AE6

Tints of Summer Sky #359AE6

Color information

#359AE6 (or 0x359AE6) is unknown color: approx Summer Sky. HEX triplet: 35, 9A and E6. RGB value is (53,154,230). Sum of RGB (Red+Green+Blue) = 53+154+230=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #359AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AE6 is #CA6519. Grayscale: #848484. Windows color (decimal): -13264154 or 15112757. OLE color: 15112757.

HSL color Cylindrical-coordinate representation of color #359AE6: hue angle of 205.76º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359AE6 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53154230-
CMYK0.770.3300.10
HSL205.76º77.97%55.49%-
HSV(B)205.76º76.96%90.2%-
XYZ27.3129.5879.13-
YUV132.46183.0471.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 230 (90.23% from 255) = 52.63%
R=12.13%
G=35.24%
B=52.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal531542300.770.3300.10205.7677.9755.49
Hex359AE64D210Ace4e37
Octal652323461154101231611667
Binary1101011001101011100110100110110000101010110011101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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