#399197

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

Shades of Blue Chill #399197

Tints of Blue Chill #399197

Color information

#399197 (or 0x399197) is unknown color: approx Blue Chill. HEX triplet: 39, 91 and 97. RGB value is (57,145,151). Sum of RGB (Red+Green+Blue) = 57+145+151=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #399197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399197 is #C66E68. Grayscale: #777777. Windows color (decimal): -13004393 or 9933113. OLE color: 9933113.

HSL color Cylindrical-coordinate representation of color #399197: hue angle of 183.83º 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 #399197 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57145151-
CMYK0.620.0400.41
HSL183.83º45.19%40.78%-
HSV(B)183.83º62.25%59.22%-
XYZ17.423.3632.87-
YUV119.37145.8583.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=16.15%
G=41.08%
B=42.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571451510.620.0400.41183.8345.1940.78
Hex3991973E4029b82d29
Octal712212277640512705551
Binary1110011001000110010111111110100010100110111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399197; }

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

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

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

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

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

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

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

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