#399390

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

Shades of Blue Chill #399390

Tints of Blue Chill #399390

Color information

#399390 (or 0x399390) is unknown color: approx Blue Chill. HEX triplet: 39, 93 and 90. RGB value is (57,147,144). Sum of RGB (Red+Green+Blue) = 57+147+144=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #399390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399390 is #C66C6F. Grayscale: #777777. Windows color (decimal): -13003888 or 9474873. OLE color: 9474873.

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

Color convert

RGB57147144-
CMYK0.6100.020.42
HSL178º44.12%40%-
HSV(B)178º61.22%57.65%-
XYZ17.1623.7530.07-
YUV119.75141.6883.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=16.38%
G=42.24%
B=41.38%

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
Decimal571471440.6100.020.4217844.1240
Hex3993903D022Ab22c28
Octal712232207502522625450
Binary111001100100111001000011110101010101010110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399390; }

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

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

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

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

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

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

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

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