Shades of Deep Koamaru #2E2F70
Tints of Deep Koamaru #2E2F70
RGB
CMYK
RGB Variations
Color information
#2E2F70 (or 0x2E2F70) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 70. RGB value is (46,47,112). Sum of RGB (Red+Green+Blue) = 46+47+112=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F70 is #D1D08F. Grayscale: #353535. Windows color (decimal): -13750416 or 7352110. OLE color: 7352110.
HSL color Cylindrical-coordinate representation of color #2E2F70: hue angle of 239.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2F70 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 47 | 112 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.56 |
| HSL | 239.09º | 0.42% | 0.31% | - |
| HSV(B) | 239.09º | 0.59% | 0.44% | - |
| XYZ | 5.07 | 3.78 | 15.79 | - |
| YUV | 54.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 112 | 0.59 | 0.58 | 0 | 0.56 | 239.09 | 0.42 | 0.31 |
| Hex | 2E | 2F | 70 | 3B | 3A | 0 | 38 | EF | 2A | 1F |
| Octal | 56 | 57 | 160 | 73 | 72 | 0 | 70 | 357 | 52 | 37 |
| Binary | 101110 | 101111 | 1110000 | 111011 | 111010 | 0 | 111000 | 11101111 | 101010 | 11111 |
Color Harmonies of #2E2F70
Complementary color
Monochromatic Colors of #2E2F70
Black with #2E2F70
Text Example
Text Example
White with #2E2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F70; }
p { color: rgb(46,47,112); }
H1.HeaderClassName
{
color: #2E2F70;
}
.AnyTagClassName
{
color: #2E2F70;
}
</style>
background-color css
<style>
a { background-color: #2E2F70; }
a { background-color: rgb(46,47,112); }
div.DivClassName
{
background-color: #2E2F70;
}
.BgClassName
{
background-color: #2E2F70;
}
</style>
border-color css
<style>
span { border-color: #2E2F70; }
span { border-color: rgb(46,47,112); }
td.TdClassName
{
border-color: #2E2F70;
}
.TagClassName
{
border-color: #2E2F70;
}
</style>