Shades of Blue Chill #39938F
Tints of Blue Chill #39938F
RGB
CMYK
RGB Variations
Color information
#39938F (or 0x39938F) is known color: Blue Chill. HEX triplet: 39, 93 and 8F. RGB value is (57,147,143). Sum of RGB (Red+Green+Blue) = 57+147+143=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #39938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39938F is #C66C70. Grayscale: #777777. Windows color (decimal): -13003889 or 9409337. OLE color: 9409337.
HSL color Cylindrical-coordinate representation of color #39938F: hue angle of 177.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39938F is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 143 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.42 |
| HSL | 177.33º | 0.44% | 0.4% | - |
| HSV(B) | 177.33º | 0.61% | 0.58% | - |
| XYZ | 17.08 | 23.72 | 29.66 | - |
| YUV | 119.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 143 | 0.61 | 0 | 0.03 | 0.42 | 177.33 | 0.44 | 0.4 |
| Hex | 39 | 93 | 8F | 3D | 0 | 3 | 2A | B1 | 2C | 28 |
| Octal | 71 | 223 | 217 | 75 | 0 | 3 | 52 | 261 | 54 | 50 |
| Binary | 111001 | 10010011 | 10001111 | 111101 | 0 | 11 | 101010 | 10110001 | 101100 | 101000 |
Color Harmonies of #39938F
Complementary color
Monochromatic Colors of #39938F
Black with #39938F
Text Example
Text Example
White with #39938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39938F; }
p { color: rgb(57,147,143); }
H1.HeaderClassName
{
color: #39938F;
}
.AnyTagClassName
{
color: #39938F;
}
</style>
background-color css
<style>
a { background-color: #39938F; }
a { background-color: rgb(57,147,143); }
div.DivClassName
{
background-color: #39938F;
}
.BgClassName
{
background-color: #39938F;
}
</style>
border-color css
<style>
span { border-color: #39938F; }
span { border-color: rgb(57,147,143); }
td.TdClassName
{
border-color: #39938F;
}
.TagClassName
{
border-color: #39938F;
}
</style>