#359FD6

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

Shades of Summer Sky #359FD6

Tints of Summer Sky #359FD6

Color information

#359FD6 (or 0x359FD6) is unknown color: approx Summer Sky. HEX triplet: 35, 9F and D6. RGB value is (53,159,214). Sum of RGB (Red+Green+Blue) = 53+159+214=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #359FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FD6 is #CA6029. Grayscale: #858585. Windows color (decimal): -13262890 or 14065461. OLE color: 14065461.

HSL color Cylindrical-coordinate representation of color #359FD6: hue angle of 200.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359FD6 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53159214-
CMYK0.750.2600.16
HSL200.5º66.26%52.35%-
HSV(B)200.5º75.23%83.92%-
XYZ2630.4168.12-
YUV133.58173.3870.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 214 (83.98% from 255) = 50.23%
R=12.44%
G=37.32%
B=50.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531592140.750.2600.16200.566.2652.35
Hex359FD64B1A010c84234
Octal652373261133202031010264
Binary1101011001111111010110100101111010010000110010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,159,214); }

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

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

 a { background-color: rgb(53,159,214); }

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

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

 span { border-color: rgb(53,159,214); }

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