#3B9197

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

Shades of Blue Chill #3B9197

Tints of Blue Chill #3B9197

Color information

#3B9197 (or 0x3B9197) is unknown color: approx Blue Chill. HEX triplet: 3B, 91 and 97. RGB value is (59,145,151). Sum of RGB (Red+Green+Blue) = 59+145+151=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B9197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9197 is #C46E68. Grayscale: #777777. Windows color (decimal): -12873321 or 9933115. OLE color: 9933115.

HSL color Cylindrical-coordinate representation of color #3B9197: hue angle of 183.91º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9197 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB59145151-
CMYK0.610.0400.41
HSL183.91º43.81%41.18%-
HSV(B)183.91º60.93%59.22%-
XYZ17.5123.4132.87-
YUV119.97145.5184.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=16.62%
G=40.85%
B=42.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591451510.610.0400.41183.9143.8141.18
Hex3B91973D4029b82c29
Octal732212277540512705451
Binary1110111001000110010111111101100010100110111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B9197; }

 p { color: rgb(59,145,151); }

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

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

 a { background-color: rgb(59,145,151); }

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

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

 span { border-color: rgb(59,145,151); }

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