#359396

Color #359396 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #359396

Tints of Blue Chill #359396

Color information

#359396 (or 0x359396) is unknown color: approx Blue Chill. HEX triplet: 35, 93 and 96. RGB value is (53,147,150). Sum of RGB (Red+Green+Blue) = 53+147+150=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #359396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359396 is #CA6C69. Grayscale: #777777. Windows color (decimal): -13266026 or 9868085. OLE color: 9868085.

HSL color Cylindrical-coordinate representation of color #359396: hue angle of 181.86º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359396 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53147150-
CMYK0.650.0200.41
HSL181.86º47.78%39.8%-
HSV(B)181.86º64.67%58.82%-
XYZ17.4123.8332.54-
YUV119.24145.3680.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=15.14%
G=42%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531471500.650.0200.41181.8647.7839.8
Hex359396412029b63028
Octal6522322610120512666050
Binary1101011001001110010110100000110010100110110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359396; }

 p { color: rgb(53,147,150); }

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

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

 a { background-color: rgb(53,147,150); }

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

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

 span { border-color: rgb(53,147,150); }

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