Shades of Blue Chill #39918B
Tints of Blue Chill #39918B
RGB
CMYK
RGB Variations
Color information
#39918B (or 0x39918B) is known color: Blue Chill. HEX triplet: 39, 91 and 8B. RGB value is (57,145,139). Sum of RGB (Red+Green+Blue) = 57+145+139=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #39918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39918B is #C66E74. Grayscale: #757575. Windows color (decimal): -13004405 or 9146681. OLE color: 9146681.
HSL color Cylindrical-coordinate representation of color #39918B: hue angle of 175.91º 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 #39918B is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 139 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.43 |
| HSL | 175.91º | 0.44% | 0.4% | - |
| HSV(B) | 175.91º | 0.61% | 0.57% | - |
| XYZ | 16.47 | 22.98 | 27.99 | - |
| YUV | 118 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 139 | 0.61 | 0 | 0.04 | 0.43 | 175.91 | 0.44 | 0.4 |
| Hex | 39 | 91 | 8B | 3D | 0 | 4 | 2B | B0 | 2C | 28 |
| Octal | 71 | 221 | 213 | 75 | 0 | 4 | 53 | 260 | 54 | 50 |
| Binary | 111001 | 10010001 | 10001011 | 111101 | 0 | 100 | 101011 | 10110000 | 101100 | 101000 |
Color Harmonies of #39918B
Complementary color
Monochromatic Colors of #39918B
Black with #39918B
Text Example
Text Example
White with #39918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39918B; }
p { color: rgb(57,145,139); }
H1.HeaderClassName
{
color: #39918B;
}
.AnyTagClassName
{
color: #39918B;
}
</style>
background-color css
<style>
a { background-color: #39918B; }
a { background-color: rgb(57,145,139); }
div.DivClassName
{
background-color: #39918B;
}
.BgClassName
{
background-color: #39918B;
}
</style>
border-color css
<style>
span { border-color: #39918B; }
span { border-color: rgb(57,145,139); }
td.TdClassName
{
border-color: #39918B;
}
.TagClassName
{
border-color: #39918B;
}
</style>