Shades of Blue Chill #40938F
Tints of Blue Chill #40938F
RGB
CMYK
RGB Variations
Color information
#40938F (or 0x40938F) is known color: Blue Chill. HEX triplet: 40, 93 and 8F. RGB value is (64,147,143). Sum of RGB (Red+Green+Blue) = 64+147+143=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #40938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40938F is #BF6C70. Grayscale: #797979. Windows color (decimal): -12545137 or 9409344. OLE color: 9409344.
HSL color Cylindrical-coordinate representation of color #40938F: hue angle of 177.11º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40938F is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 143 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.42 |
| HSL | 177.11º | 0.39% | 0.41% | - |
| HSV(B) | 177.11º | 0.56% | 0.58% | - |
| XYZ | 17.51 | 23.94 | 29.68 | - |
| YUV | 121.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 143 | 0.56 | 0 | 0.03 | 0.42 | 177.11 | 0.39 | 0.41 |
| Hex | 40 | 93 | 8F | 38 | 0 | 3 | 2A | B1 | 27 | 29 |
| Octal | 100 | 223 | 217 | 70 | 0 | 3 | 52 | 261 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10001111 | 111000 | 0 | 11 | 101010 | 10110001 | 100111 | 101001 |
Color Harmonies of #40938F
Complementary color
Monochromatic Colors of #40938F
Black with #40938F
Text Example
Text Example
White with #40938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40938F; }
p { color: rgb(64,147,143); }
H1.HeaderClassName
{
color: #40938F;
}
.AnyTagClassName
{
color: #40938F;
}
</style>
background-color css
<style>
a { background-color: #40938F; }
a { background-color: rgb(64,147,143); }
div.DivClassName
{
background-color: #40938F;
}
.BgClassName
{
background-color: #40938F;
}
</style>
border-color css
<style>
span { border-color: #40938F; }
span { border-color: rgb(64,147,143); }
td.TdClassName
{
border-color: #40938F;
}
.TagClassName
{
border-color: #40938F;
}
</style>