#399196

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

Shades of Blue Chill #399196

Tints of Blue Chill #399196

Color information

#399196 (or 0x399196) is unknown color: approx Blue Chill. HEX triplet: 39, 91 and 96. RGB value is (57,145,150). Sum of RGB (Red+Green+Blue) = 57+145+150=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #399196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399196 is #C66E69. Grayscale: #777777. Windows color (decimal): -13004394 or 9867577. OLE color: 9867577.

HSL color Cylindrical-coordinate representation of color #399196: hue angle of 183.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399196 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57145150-
CMYK0.620.0300.41
HSL183.23º44.93%40.59%-
HSV(B)183.23º62%58.82%-
XYZ17.3223.3232.44-
YUV119.26145.3583.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=16.19%
G=41.19%
B=42.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571451500.620.0300.41183.2344.9340.59
Hex3991963E3029b72d29
Octal712212267630512675551
Binary111001100100011001011011111011010100110110111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399196; }

 p { color: rgb(57,145,150); }

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

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

 a { background-color: rgb(57,145,150); }

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

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

 span { border-color: rgb(57,145,150); }

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