#399490

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

Shades of Blue Chill #399490

Tints of Blue Chill #399490

Color information

#399490 (or 0x399490) is unknown color: approx Blue Chill. HEX triplet: 39, 94 and 90. RGB value is (57,148,144). Sum of RGB (Red+Green+Blue) = 57+148+144=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #399490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399490 is #C66B6F. Grayscale: #787878. Windows color (decimal): -13003632 or 9475129. OLE color: 9475129.

HSL color Cylindrical-coordinate representation of color #399490: hue angle of 177.36º 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 #399490 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB57148144-
CMYK0.6100.030.42
HSL177.36º44.39%40.2%-
HSV(B)177.36º61.49%58.04%-
XYZ17.3124.0630.12-
YUV120.33141.3582.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=16.33%
G=42.41%
B=41.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481440.6100.030.42177.3644.3940.2
Hex3994903D032Ab12c28
Octal712242207503522615450
Binary111001100101001001000011110101110101010110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399490; }

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

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

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

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

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

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

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

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