#359FED

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

Shades of Summer Sky #359FED

Tints of Summer Sky #359FED

Color information

#359FED (or 0x359FED) is unknown color: approx Summer Sky. HEX triplet: 35, 9F and ED. RGB value is (53,159,237). Sum of RGB (Red+Green+Blue) = 53+159+237=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #359FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FED is #CA6012. Grayscale: #878787. Windows color (decimal): -13262867 or 15572789. OLE color: 15572789.

HSL color Cylindrical-coordinate representation of color #359FED: hue angle of 205.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359FED is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53159237-
CMYK0.780.3300.07
HSL205.43º83.64%56.86%-
HSV(B)205.43º77.64%92.94%-
XYZ29.1531.6784.7-
YUV136.2184.8868.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.80%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=11.80%
G=35.41%
B=52.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531592370.780.3300.07205.4383.6456.86
Hex359FED4E2107cd5439
Octal65237355116410731512471
Binary110101100111111110110110011101000010111110011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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