#399694

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

Shades of Blue Chill #399694

Tints of Blue Chill #399694

Color information

#399694 (or 0x399694) is unknown color: approx Blue Chill. HEX triplet: 39, 96 and 94. RGB value is (57,150,148). Sum of RGB (Red+Green+Blue) = 57+150+148=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #399694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399694 is #C6696B. Grayscale: #797979. Windows color (decimal): -13003116 or 9737785. OLE color: 9737785.

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

Color convert

RGB57150148-
CMYK0.6200.010.41
HSL178.71º44.93%40.59%-
HSV(B)178.71º62%58.82%-
XYZ17.9424.8231.86-
YUV121.96142.6981.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.06%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=16.06%
G=42.25%
B=41.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501480.6200.010.41178.7144.9340.59
Hex3996943E0129b32d29
Octal712262247601512635551
Binary11100110010110100101001111100110100110110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399694; }

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

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

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

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

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

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

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

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