#359BCD

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

Shades of Summer Sky #359BCD

Tints of Summer Sky #359BCD

Color information

#359BCD (or 0x359BCD) is unknown color: approx Summer Sky. HEX triplet: 35, 9B and CD. RGB value is (53,155,205). Sum of RGB (Red+Green+Blue) = 53+155+205=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #359BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCD is #CA6432. Grayscale: #818181. Windows color (decimal): -13263923 or 13474613. OLE color: 13474613.

HSL color Cylindrical-coordinate representation of color #359BCD: hue angle of 199.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359BCD is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53155205-
CMYK0.740.2400.20
HSL199.74º60.32%50.59%-
HSV(B)199.74º74.15%80.39%-
XYZ24.2128.6162-
YUV130.2170.2172.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=12.83%
G=37.53%
B=49.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531552050.740.2400.20199.7460.3250.59
Hex359BCD4A18014c83c33
Octal65233315112300243107463
Binary110101100110111100110110010101100001010011001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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