Shades of Blue Chill #40888A
Tints of Blue Chill #40888A
RGB
CMYK
RGB Variations
Color information
#40888A (or 0x40888A) is known color: Blue Chill. HEX triplet: 40, 88 and 8A. RGB value is (64,136,138). Sum of RGB (Red+Green+Blue) = 64+136+138=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #40888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40888A is #BF7775. Grayscale: #727272. Windows color (decimal): -12547958 or 9078848. OLE color: 9078848.
HSL color Cylindrical-coordinate representation of color #40888A: hue angle of 181.62º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40888A is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 136 | 138 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.46 |
| HSL | 181.62º | 0.37% | 0.4% | - |
| HSV(B) | 181.62º | 0.54% | 0.54% | - |
| XYZ | 15.51 | 20.53 | 27.19 | - |
| YUV | 114.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 138 | 0.54 | 0.01 | 0 | 0.46 | 181.62 | 0.37 | 0.4 |
| Hex | 40 | 88 | 8A | 36 | 1 | 0 | 2E | B6 | 25 | 28 |
| Octal | 100 | 210 | 212 | 66 | 1 | 0 | 56 | 266 | 45 | 50 |
| Binary | 1000000 | 10001000 | 10001010 | 110110 | 1 | 0 | 101110 | 10110110 | 100101 | 101000 |
Color Harmonies of #40888A
Complementary color
Monochromatic Colors of #40888A
Black with #40888A
Text Example
Text Example
White with #40888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40888A; }
p { color: rgb(64,136,138); }
H1.HeaderClassName
{
color: #40888A;
}
.AnyTagClassName
{
color: #40888A;
}
</style>
background-color css
<style>
a { background-color: #40888A; }
a { background-color: rgb(64,136,138); }
div.DivClassName
{
background-color: #40888A;
}
.BgClassName
{
background-color: #40888A;
}
</style>
border-color css
<style>
span { border-color: #40888A; }
span { border-color: rgb(64,136,138); }
td.TdClassName
{
border-color: #40888A;
}
.TagClassName
{
border-color: #40888A;
}
</style>