#359BDF

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

Shades of Summer Sky #359BDF

Tints of Summer Sky #359BDF

Color information

#359BDF (or 0x359BDF) is unknown color: approx Summer Sky. HEX triplet: 35, 9B and DF. RGB value is (53,155,223). Sum of RGB (Red+Green+Blue) = 53+155+223=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #359BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BDF is #CA6420. Grayscale: #838383. Windows color (decimal): -13263905 or 14654261. OLE color: 14654261.

HSL color Cylindrical-coordinate representation of color #359BDF: hue angle of 204º 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 #359BDF is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53155223-
CMYK0.760.3000.13
HSL204º72.65%54.12%-
HSV(B)204º76.23%87.45%-
XYZ26.5129.5374.11-
YUV132.25179.2171.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 223 (87.5% from 255) = 51.74%
R=12.30%
G=35.96%
B=51.74%

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
Decimal531552230.760.3000.1320472.6554.12
Hex359BDF4C1E0Dcc4936
Octal652333371143601531411166
Binary110101100110111101111110011001111001101110011001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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