Shades of Blue Chill #39928C
Tints of Blue Chill #39928C
RGB
CMYK
RGB Variations
Color information
#39928C (or 0x39928C) is known color: Blue Chill. HEX triplet: 39, 92 and 8C. RGB value is (57,146,140). Sum of RGB (Red+Green+Blue) = 57+146+140=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #39928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39928C is #C66D73. Grayscale: #767676. Windows color (decimal): -13004148 or 9212473. OLE color: 9212473.
HSL color Cylindrical-coordinate representation of color #39928C: hue angle of 175.96º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39928C is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 140 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.43 |
| HSL | 175.96º | 0.44% | 0.4% | - |
| HSV(B) | 175.96º | 0.61% | 0.57% | - |
| XYZ | 16.7 | 23.32 | 28.43 | - |
| YUV | 118.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 140 | 0.61 | 0 | 0.04 | 0.43 | 175.96 | 0.44 | 0.4 |
| Hex | 39 | 92 | 8C | 3D | 0 | 4 | 2B | B0 | 2C | 28 |
| Octal | 71 | 222 | 214 | 75 | 0 | 4 | 53 | 260 | 54 | 50 |
| Binary | 111001 | 10010010 | 10001100 | 111101 | 0 | 100 | 101011 | 10110000 | 101100 | 101000 |
Color Harmonies of #39928C
Complementary color
Monochromatic Colors of #39928C
Black with #39928C
Text Example
Text Example
White with #39928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39928C; }
p { color: rgb(57,146,140); }
H1.HeaderClassName
{
color: #39928C;
}
.AnyTagClassName
{
color: #39928C;
}
</style>
background-color css
<style>
a { background-color: #39928C; }
a { background-color: rgb(57,146,140); }
div.DivClassName
{
background-color: #39928C;
}
.BgClassName
{
background-color: #39928C;
}
</style>
border-color css
<style>
span { border-color: #39928C; }
span { border-color: rgb(57,146,140); }
td.TdClassName
{
border-color: #39928C;
}
.TagClassName
{
border-color: #39928C;
}
</style>