Shades of Blue Chill #39948C
Tints of Blue Chill #39948C
RGB
CMYK
RGB Variations
Color information
#39948C (or 0x39948C) is known color: Blue Chill. HEX triplet: 39, 94 and 8C. RGB value is (57,148,140). Sum of RGB (Red+Green+Blue) = 57+148+140=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #39948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39948C is #C66B73. Grayscale: #777777. Windows color (decimal): -13003636 or 9212985. OLE color: 9212985.
HSL color Cylindrical-coordinate representation of color #39948C: hue angle of 174.73º 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 #39948C is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 148 | 140 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.42 |
| HSL | 174.73º | 0.44% | 0.4% | - |
| HSV(B) | 174.73º | 0.61% | 0.58% | - |
| XYZ | 17.01 | 23.94 | 28.54 | - |
| YUV | 119.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 148 | 140 | 0.61 | 0 | 0.05 | 0.42 | 174.73 | 0.44 | 0.4 |
| Hex | 39 | 94 | 8C | 3D | 0 | 5 | 2A | AF | 2C | 28 |
| Octal | 71 | 224 | 214 | 75 | 0 | 5 | 52 | 257 | 54 | 50 |
| Binary | 111001 | 10010100 | 10001100 | 111101 | 0 | 101 | 101010 | 10101111 | 101100 | 101000 |
Color Harmonies of #39948C
Complementary color
Monochromatic Colors of #39948C
Black with #39948C
Text Example
Text Example
White with #39948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39948C; }
p { color: rgb(57,148,140); }
H1.HeaderClassName
{
color: #39948C;
}
.AnyTagClassName
{
color: #39948C;
}
</style>
background-color css
<style>
a { background-color: #39948C; }
a { background-color: rgb(57,148,140); }
div.DivClassName
{
background-color: #39948C;
}
.BgClassName
{
background-color: #39948C;
}
</style>
border-color css
<style>
span { border-color: #39948C; }
span { border-color: rgb(57,148,140); }
td.TdClassName
{
border-color: #39948C;
}
.TagClassName
{
border-color: #39948C;
}
</style>