#359DDF

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

Shades of Summer Sky #359DDF

Tints of Summer Sky #359DDF

Color information

#359DDF (or 0x359DDF) is unknown color: approx Summer Sky. HEX triplet: 35, 9D and DF. RGB value is (53,157,223). Sum of RGB (Red+Green+Blue) = 53+157+223=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #359DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DDF is #CA6220. Grayscale: #858585. Windows color (decimal): -13263393 or 14654773. OLE color: 14654773.

HSL color Cylindrical-coordinate representation of color #359DDF: hue angle of 203.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359DDF is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53157223-
CMYK0.760.3000.13
HSL203.29º72.65%54.12%-
HSV(B)203.29º76.23%87.45%-
XYZ26.8430.274.23-
YUV133.43178.5470.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=12.24%
G=36.26%
B=51.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531572230.760.3000.13203.2972.6554.12
Hex359DDF4C1E0Dcb4936
Octal652353371143601531311166
Binary110101100111011101111110011001111001101110010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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