Shades of Deep Koamaru #2E2F76
Tints of Deep Koamaru #2E2F76
RGB
CMYK
RGB Variations
Color information
#2E2F76 (or 0x2E2F76) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 76. RGB value is (46,47,118). Sum of RGB (Red+Green+Blue) = 46+47+118=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F76 is #D1D089. Grayscale: #363636. Windows color (decimal): -13750410 or 7745326. OLE color: 7745326.
HSL color Cylindrical-coordinate representation of color #2E2F76: hue angle of 239.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2F76 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 47 | 118 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.54 |
| HSL | 239.17º | 0.44% | 0.32% | - |
| HSV(B) | 239.17º | 0.61% | 0.46% | - |
| XYZ | 5.41 | 3.92 | 17.61 | - |
| YUV | 54.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 118 | 0.61 | 0.60 | 0 | 0.54 | 239.17 | 0.44 | 0.32 |
| Hex | 2E | 2F | 76 | 3D | 3C | 0 | 36 | EF | 2C | 20 |
| Octal | 56 | 57 | 166 | 75 | 74 | 0 | 66 | 357 | 54 | 40 |
| Binary | 101110 | 101111 | 1110110 | 111101 | 111100 | 0 | 110110 | 11101111 | 101100 | 100000 |
Color Harmonies of #2E2F76
Complementary color
Monochromatic Colors of #2E2F76
Black with #2E2F76
Text Example
Text Example
White with #2E2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F76; }
p { color: rgb(46,47,118); }
H1.HeaderClassName
{
color: #2E2F76;
}
.AnyTagClassName
{
color: #2E2F76;
}
</style>
background-color css
<style>
a { background-color: #2E2F76; }
a { background-color: rgb(46,47,118); }
div.DivClassName
{
background-color: #2E2F76;
}
.BgClassName
{
background-color: #2E2F76;
}
</style>
border-color css
<style>
span { border-color: #2E2F76; }
span { border-color: rgb(46,47,118); }
td.TdClassName
{
border-color: #2E2F76;
}
.TagClassName
{
border-color: #2E2F76;
}
</style>