Shades of Blue Chill #409398
Tints of Blue Chill #409398
RGB
CMYK
RGB Variations
Color information
#409398 (or 0x409398) is known color: Blue Chill. HEX triplet: 40, 93 and 98. RGB value is (64,147,152). Sum of RGB (Red+Green+Blue) = 64+147+152=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #409398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409398 is #BF6C67. Grayscale: #7A7A7A. Windows color (decimal): -12545128 or 9999168. OLE color: 9999168.
HSL color Cylindrical-coordinate representation of color #409398: hue angle of 183.41º 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 #409398 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 147 | 152 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.40 |
| HSL | 183.41º | 0.41% | 0.42% | - |
| HSV(B) | 183.41º | 0.58% | 0.6% | - |
| XYZ | 18.22 | 24.22 | 33.42 | - |
| YUV | 122.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 152 | 0.58 | 0.03 | 0 | 0.40 | 183.41 | 0.41 | 0.42 |
| Hex | 40 | 93 | 98 | 3A | 3 | 0 | 28 | B7 | 29 | 2A |
| Octal | 100 | 223 | 230 | 72 | 3 | 0 | 50 | 267 | 51 | 52 |
| Binary | 1000000 | 10010011 | 10011000 | 111010 | 11 | 0 | 101000 | 10110111 | 101001 | 101010 |
Color Harmonies of #409398
Complementary color
Monochromatic Colors of #409398
Black with #409398
Text Example
Text Example
White with #409398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409398; }
p { color: rgb(64,147,152); }
H1.HeaderClassName
{
color: #409398;
}
.AnyTagClassName
{
color: #409398;
}
</style>
background-color css
<style>
a { background-color: #409398; }
a { background-color: rgb(64,147,152); }
div.DivClassName
{
background-color: #409398;
}
.BgClassName
{
background-color: #409398;
}
</style>
border-color css
<style>
span { border-color: #409398; }
span { border-color: rgb(64,147,152); }
td.TdClassName
{
border-color: #409398;
}
.TagClassName
{
border-color: #409398;
}
</style>