#399692

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

Shades of Blue Chill #399692

Tints of Blue Chill #399692

Color information

#399692 (or 0x399692) is unknown color: approx Blue Chill. HEX triplet: 39, 96 and 92. RGB value is (57,150,146). Sum of RGB (Red+Green+Blue) = 57+150+146=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #399692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399692 is #C6696D. Grayscale: #797979. Windows color (decimal): -13003118 or 9606713. OLE color: 9606713.

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

Color convert

RGB57150146-
CMYK0.6200.030.41
HSL177.42º44.93%40.59%-
HSV(B)177.42º62%58.82%-
XYZ17.7824.7631.04-
YUV121.74141.6981.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=16.15%
G=42.49%
B=41.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501460.6200.030.41177.4244.9340.59
Hex3996923E0329b12d29
Octal712262227603512615551
Binary111001100101101001001011111001110100110110001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399692; }

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

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

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

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

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

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

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

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