Shades of Blue Chill #40988E
Tints of Blue Chill #40988E
RGB
CMYK
RGB Variations
Color information
#40988E (or 0x40988E) is known color: Blue Chill. HEX triplet: 40, 98 and 8E. RGB value is (64,152,142). Sum of RGB (Red+Green+Blue) = 64+152+142=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #40988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988E is #BF6771. Grayscale: #7C7C7C. Windows color (decimal): -12543858 or 9345088. OLE color: 9345088.
HSL color Cylindrical-coordinate representation of color #40988E: hue angle of 173.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40988E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 142 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.40 |
| HSL | 173.18º | 0.41% | 0.42% | - |
| HSV(B) | 173.18º | 0.58% | 0.6% | - |
| XYZ | 18.23 | 25.5 | 29.55 | - |
| YUV | 124.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 142 | 0.58 | 0 | 0.07 | 0.40 | 173.18 | 0.41 | 0.42 |
| Hex | 40 | 98 | 8E | 3A | 0 | 7 | 28 | AD | 29 | 2A |
| Octal | 100 | 230 | 216 | 72 | 0 | 7 | 50 | 255 | 51 | 52 |
| Binary | 1000000 | 10011000 | 10001110 | 111010 | 0 | 111 | 101000 | 10101101 | 101001 | 101010 |
Color Harmonies of #40988E
Complementary color
Monochromatic Colors of #40988E
Black with #40988E
Text Example
Text Example
White with #40988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40988E; }
p { color: rgb(64,152,142); }
H1.HeaderClassName
{
color: #40988E;
}
.AnyTagClassName
{
color: #40988E;
}
</style>
background-color css
<style>
a { background-color: #40988E; }
a { background-color: rgb(64,152,142); }
div.DivClassName
{
background-color: #40988E;
}
.BgClassName
{
background-color: #40988E;
}
</style>
border-color css
<style>
span { border-color: #40988E; }
span { border-color: rgb(64,152,142); }
td.TdClassName
{
border-color: #40988E;
}
.TagClassName
{
border-color: #40988E;
}
</style>