#359FD0

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

Shades of Summer Sky #359FD0

Tints of Summer Sky #359FD0

Color information

#359FD0 (or 0x359FD0) is unknown color: approx Summer Sky. HEX triplet: 35, 9F and D0. RGB value is (53,159,208). Sum of RGB (Red+Green+Blue) = 53+159+208=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #359FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FD0 is #CA602F. Grayscale: #848484. Windows color (decimal): -13262896 or 13672245. OLE color: 13672245.

HSL color Cylindrical-coordinate representation of color #359FD0: hue angle of 198.97º degrees, saturation: 0.62, 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 #359FD0 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53159208-
CMYK0.750.2400.18
HSL198.97º62.25%51.18%-
HSV(B)198.97º74.52%81.57%-
XYZ25.2530.1164.15-
YUV132.89170.3871.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.62%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 208 (81.64% from 255) = 49.52%
R=12.62%
G=37.86%
B=49.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531592080.750.2400.18198.9762.2551.18
Hex359FD04B18012c73e33
Octal65237320113300223077663
Binary110101100111111101000010010111100001001011000111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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