Shades of Blue Chill #40959E
Tints of Blue Chill #40959E
RGB
CMYK
RGB Variations
Color information
#40959E (or 0x40959E) is known color: Blue Chill. HEX triplet: 40, 95 and 9E. RGB value is (64,149,158). Sum of RGB (Red+Green+Blue) = 64+149+158=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #40959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40959E is #BF6A61. Grayscale: #7C7C7C. Windows color (decimal): -12544610 or 10392896. OLE color: 10392896.
HSL color Cylindrical-coordinate representation of color #40959E: hue angle of 185.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40959E is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 149 | 158 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.38 |
| HSL | 185.74º | 0.42% | 0.44% | - |
| HSV(B) | 185.74º | 0.59% | 0.62% | - |
| XYZ | 19.03 | 25.05 | 36.18 | - |
| YUV | 124.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 158 | 0.59 | 0.06 | 0 | 0.38 | 185.74 | 0.42 | 0.44 |
| Hex | 40 | 95 | 9E | 3B | 6 | 0 | 26 | BA | 2A | 2C |
| Octal | 100 | 225 | 236 | 73 | 6 | 0 | 46 | 272 | 52 | 54 |
| Binary | 1000000 | 10010101 | 10011110 | 111011 | 110 | 0 | 100110 | 10111010 | 101010 | 101100 |
Color Harmonies of #40959E
Complementary color
Monochromatic Colors of #40959E
Black with #40959E
Text Example
Text Example
White with #40959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40959E; }
p { color: rgb(64,149,158); }
H1.HeaderClassName
{
color: #40959E;
}
.AnyTagClassName
{
color: #40959E;
}
</style>
background-color css
<style>
a { background-color: #40959E; }
a { background-color: rgb(64,149,158); }
div.DivClassName
{
background-color: #40959E;
}
.BgClassName
{
background-color: #40959E;
}
</style>
border-color css
<style>
span { border-color: #40959E; }
span { border-color: rgb(64,149,158); }
td.TdClassName
{
border-color: #40959E;
}
.TagClassName
{
border-color: #40959E;
}
</style>