#399295

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

Shades of Blue Chill #399295

Tints of Blue Chill #399295

Color information

#399295 (or 0x399295) is unknown color: approx Blue Chill. HEX triplet: 39, 92 and 95. RGB value is (57,146,149). Sum of RGB (Red+Green+Blue) = 57+146+149=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #399295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399295 is #C66D6A. Grayscale: #777777. Windows color (decimal): -13004139 or 9802297. OLE color: 9802297.

HSL color Cylindrical-coordinate representation of color #399295: hue angle of 181.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399295 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57146149-
CMYK0.620.0200.42
HSL181.96º44.66%40.39%-
HSV(B)181.96º61.74%58.43%-
XYZ17.3923.632.07-
YUV119.73144.5183.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=16.19%
G=41.48%
B=42.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571461490.620.0200.42181.9644.6640.39
Hex3992953E202Ab62d28
Octal712222257620522665550
Binary111001100100101001010111111010010101010110110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399295; }

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

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

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

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

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

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

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

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