Shades of Blumine #405E70
Tints of Blumine #405E70
RGB
CMYK
RGB Variations
Color information
#405E70 (or 0x405E70) is known color: Blumine. HEX triplet: 40, 5E and 70. RGB value is (64,94,112). Sum of RGB (Red+Green+Blue) = 64+94+112=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #405E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E70 is #BFA18F. Grayscale: #565656. Windows color (decimal): -12558736 or 7364160. OLE color: 7364160.
HSL color Cylindrical-coordinate representation of color #405E70: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405E70 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 94 | 112 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.56 |
| HSL | 202.5º | 0.27% | 0.35% | - |
| HSV(B) | 202.5º | 0.43% | 0.44% | - |
| XYZ | 9.04 | 10.27 | 16.83 | - |
| YUV | 87.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 112 | 0.43 | 0.16 | 0 | 0.56 | 202.5 | 0.27 | 0.35 |
| Hex | 40 | 5E | 70 | 2B | 10 | 0 | 38 | CA | 1B | 23 |
| Octal | 100 | 136 | 160 | 53 | 20 | 0 | 70 | 312 | 33 | 43 |
| Binary | 1000000 | 1011110 | 1110000 | 101011 | 10000 | 0 | 111000 | 11001010 | 11011 | 100011 |
Color Harmonies of #405E70
Complementary color
Monochromatic Colors of #405E70
Black with #405E70
Text Example
Text Example
White with #405E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E70; }
p { color: rgb(64,94,112); }
H1.HeaderClassName
{
color: #405E70;
}
.AnyTagClassName
{
color: #405E70;
}
</style>
background-color css
<style>
a { background-color: #405E70; }
a { background-color: rgb(64,94,112); }
div.DivClassName
{
background-color: #405E70;
}
.BgClassName
{
background-color: #405E70;
}
</style>
border-color css
<style>
span { border-color: #405E70; }
span { border-color: rgb(64,94,112); }
td.TdClassName
{
border-color: #405E70;
}
.TagClassName
{
border-color: #405E70;
}
</style>