#399795

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

Shades of Blue Chill #399795

Tints of Blue Chill #399795

Color information

#399795 (or 0x399795) is unknown color: approx Blue Chill. HEX triplet: 39, 97 and 95. RGB value is (57,151,149). Sum of RGB (Red+Green+Blue) = 57+151+149=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #399795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399795 is #C6686A. Grayscale: #7A7A7A. Windows color (decimal): -13002859 or 9803577. OLE color: 9803577.

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

Color convert

RGB57151149-
CMYK0.6200.010.41
HSL178.72º45.19%40.78%-
HSV(B)178.72º62.25%59.22%-
XYZ18.1825.1732.33-
YUV122.67142.8681.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=15.97%
G=42.30%
B=41.74%

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
Decimal571511490.6200.010.41178.7245.1940.78
Hex3997953E0129b32d29
Octal712272257601512635551
Binary11100110010111100101011111100110100110110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399795; }

 p { color: rgb(57,151,149); }

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

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

 a { background-color: rgb(57,151,149); }

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

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

 span { border-color: rgb(57,151,149); }

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