#359DD1

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

Shades of Summer Sky #359DD1

Tints of Summer Sky #359DD1

Color information

#359DD1 (or 0x359DD1) is unknown color: approx Summer Sky. HEX triplet: 35, 9D and D1. RGB value is (53,157,209). Sum of RGB (Red+Green+Blue) = 53+157+209=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #359DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DD1 is #CA622E. Grayscale: #838383. Windows color (decimal): -13263407 or 13737269. OLE color: 13737269.

HSL color Cylindrical-coordinate representation of color #359DD1: hue angle of 200º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359DD1 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53157209-
CMYK0.750.2500.18
HSL200º62.9%51.37%-
HSV(B)200º74.64%81.96%-
XYZ25.0329.4764.69-
YUV131.83171.5471.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=12.65%
G=37.47%
B=49.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531572090.750.2500.1820062.951.37
Hex359DD14B19012c83f33
Octal65235321113310223107763
Binary110101100111011101000110010111100101001011001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,209); }

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

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

 a { background-color: rgb(53,157,209); }

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

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

 span { border-color: rgb(53,157,209); }

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