#399491

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

Shades of Blue Chill #399491

Tints of Blue Chill #399491

Color information

#399491 (or 0x399491) is unknown color: approx Blue Chill. HEX triplet: 39, 94 and 91. RGB value is (57,148,145). Sum of RGB (Red+Green+Blue) = 57+148+145=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #399491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399491 is #C66B6E. Grayscale: #787878. Windows color (decimal): -13003631 or 9540665. OLE color: 9540665.

HSL color Cylindrical-coordinate representation of color #399491: hue angle of 178.02º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399491 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB57148145-
CMYK0.6100.020.42
HSL178.02º44.39%40.2%-
HSV(B)178.02º61.49%58.04%-
XYZ17.3924.0930.52-
YUV120.45141.8582.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=16.29%
G=42.29%
B=41.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481450.6100.020.42178.0244.3940.2
Hex3994913D022Ab22c28
Octal712242217502522625450
Binary111001100101001001000111110101010101010110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399491; }

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

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

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

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

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

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

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

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