Shades of Blue Chill #40959F
Tints of Blue Chill #40959F
RGB
CMYK
RGB Variations
Color information
#40959F (or 0x40959F) is known color: Blue Chill. HEX triplet: 40, 95 and 9F. RGB value is (64,149,159). Sum of RGB (Red+Green+Blue) = 64+149+159=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #40959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40959F is #BF6A60. Grayscale: #7C7C7C. Windows color (decimal): -12544609 or 10458432. OLE color: 10458432.
HSL color Cylindrical-coordinate representation of color #40959F: hue angle of 186.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40959F is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 149 | 159 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.38 |
| HSL | 186.32º | 0.43% | 0.44% | - |
| HSV(B) | 186.32º | 0.6% | 0.62% | - |
| XYZ | 19.12 | 25.09 | 36.64 | - |
| YUV | 124.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 159 | 0.60 | 0.06 | 0 | 0.38 | 186.32 | 0.43 | 0.44 |
| Hex | 40 | 95 | 9F | 3C | 6 | 0 | 26 | BA | 2B | 2C |
| Octal | 100 | 225 | 237 | 74 | 6 | 0 | 46 | 272 | 53 | 54 |
| Binary | 1000000 | 10010101 | 10011111 | 111100 | 110 | 0 | 100110 | 10111010 | 101011 | 101100 |
Color Harmonies of #40959F
Complementary color
Monochromatic Colors of #40959F
Black with #40959F
Text Example
Text Example
White with #40959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40959F; }
p { color: rgb(64,149,159); }
H1.HeaderClassName
{
color: #40959F;
}
.AnyTagClassName
{
color: #40959F;
}
</style>
background-color css
<style>
a { background-color: #40959F; }
a { background-color: rgb(64,149,159); }
div.DivClassName
{
background-color: #40959F;
}
.BgClassName
{
background-color: #40959F;
}
</style>
border-color css
<style>
span { border-color: #40959F; }
span { border-color: rgb(64,149,159); }
td.TdClassName
{
border-color: #40959F;
}
.TagClassName
{
border-color: #40959F;
}
</style>