Shades of Blue Chill #39918A
Tints of Blue Chill #39918A
RGB
CMYK
RGB Variations
Color information
#39918A (or 0x39918A) is known color: Blue Chill. HEX triplet: 39, 91 and 8A. RGB value is (57,145,138). Sum of RGB (Red+Green+Blue) = 57+145+138=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #39918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39918A is #C66E75. Grayscale: #757575. Windows color (decimal): -13004406 or 9081145. OLE color: 9081145.
HSL color Cylindrical-coordinate representation of color #39918A: hue angle of 175.23º 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 #39918A is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 138 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.43 |
| HSL | 175.23º | 0.44% | 0.4% | - |
| HSV(B) | 175.23º | 0.61% | 0.57% | - |
| XYZ | 16.4 | 22.96 | 27.61 | - |
| YUV | 117.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 138 | 0.61 | 0 | 0.05 | 0.43 | 175.23 | 0.44 | 0.4 |
| Hex | 39 | 91 | 8A | 3D | 0 | 5 | 2B | AF | 2C | 28 |
| Octal | 71 | 221 | 212 | 75 | 0 | 5 | 53 | 257 | 54 | 50 |
| Binary | 111001 | 10010001 | 10001010 | 111101 | 0 | 101 | 101011 | 10101111 | 101100 | 101000 |
Color Harmonies of #39918A
Complementary color
Monochromatic Colors of #39918A
Black with #39918A
Text Example
Text Example
White with #39918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39918A; }
p { color: rgb(57,145,138); }
H1.HeaderClassName
{
color: #39918A;
}
.AnyTagClassName
{
color: #39918A;
}
</style>
background-color css
<style>
a { background-color: #39918A; }
a { background-color: rgb(57,145,138); }
div.DivClassName
{
background-color: #39918A;
}
.BgClassName
{
background-color: #39918A;
}
</style>
border-color css
<style>
span { border-color: #39918A; }
span { border-color: rgb(57,145,138); }
td.TdClassName
{
border-color: #39918A;
}
.TagClassName
{
border-color: #39918A;
}
</style>