Shades of Blue Chill #40878B
Tints of Blue Chill #40878B
RGB
CMYK
RGB Variations
Color information
#40878B (or 0x40878B) is known color: Blue Chill. HEX triplet: 40, 87 and 8B. RGB value is (64,135,139). Sum of RGB (Red+Green+Blue) = 64+135+139=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #40878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40878B is #BF7874. Grayscale: #727272. Windows color (decimal): -12548213 or 9144128. OLE color: 9144128.
HSL color Cylindrical-coordinate representation of color #40878B: hue angle of 183.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40878B is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 135 | 139 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.45 |
| HSL | 183.2º | 0.37% | 0.4% | - |
| HSV(B) | 183.2º | 0.54% | 0.55% | - |
| XYZ | 15.44 | 20.28 | 27.53 | - |
| YUV | 114.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 139 | 0.54 | 0.03 | 0 | 0.45 | 183.2 | 0.37 | 0.4 |
| Hex | 40 | 87 | 8B | 36 | 3 | 0 | 2D | B7 | 25 | 28 |
| Octal | 100 | 207 | 213 | 66 | 3 | 0 | 55 | 267 | 45 | 50 |
| Binary | 1000000 | 10000111 | 10001011 | 110110 | 11 | 0 | 101101 | 10110111 | 100101 | 101000 |
Color Harmonies of #40878B
Complementary color
Monochromatic Colors of #40878B
Black with #40878B
Text Example
Text Example
White with #40878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40878B; }
p { color: rgb(64,135,139); }
H1.HeaderClassName
{
color: #40878B;
}
.AnyTagClassName
{
color: #40878B;
}
</style>
background-color css
<style>
a { background-color: #40878B; }
a { background-color: rgb(64,135,139); }
div.DivClassName
{
background-color: #40878B;
}
.BgClassName
{
background-color: #40878B;
}
</style>
border-color css
<style>
span { border-color: #40878B; }
span { border-color: rgb(64,135,139); }
td.TdClassName
{
border-color: #40878B;
}
.TagClassName
{
border-color: #40878B;
}
</style>