Shades of Deep Koamaru #2E2E78
Tints of Deep Koamaru #2E2E78
RGB
CMYK
RGB Variations
Color information
#2E2E78 (or 0x2E2E78) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 78. RGB value is (46,46,120). Sum of RGB (Red+Green+Blue) = 46+46+120=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E78 is #D1D187. Grayscale: #363636. Windows color (decimal): -13750664 or 7876142. OLE color: 7876142.
HSL color Cylindrical-coordinate representation of color #2E2E78: hue angle of 240º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E2E78 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 46 | 120 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.53 |
| HSL | 240º | 0.45% | 0.33% | - |
| HSV(B) | 240º | 0.62% | 0.47% | - |
| XYZ | 5.49 | 3.89 | 18.23 | - |
| YUV | 54.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 120 | 0.62 | 0.62 | 0 | 0.53 | 240 | 0.45 | 0.33 |
| Hex | 2E | 2E | 78 | 3E | 3E | 0 | 35 | F0 | 2D | 21 |
| Octal | 56 | 56 | 170 | 76 | 76 | 0 | 65 | 360 | 55 | 41 |
| Binary | 101110 | 101110 | 1111000 | 111110 | 111110 | 0 | 110101 | 11110000 | 101101 | 100001 |
Color Harmonies of #2E2E78
Complementary color
Monochromatic Colors of #2E2E78
Black with #2E2E78
Text Example
Text Example
White with #2E2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E78; }
p { color: rgb(46,46,120); }
H1.HeaderClassName
{
color: #2E2E78;
}
.AnyTagClassName
{
color: #2E2E78;
}
</style>
background-color css
<style>
a { background-color: #2E2E78; }
a { background-color: rgb(46,46,120); }
div.DivClassName
{
background-color: #2E2E78;
}
.BgClassName
{
background-color: #2E2E78;
}
</style>
border-color css
<style>
span { border-color: #2E2E78; }
span { border-color: rgb(46,46,120); }
td.TdClassName
{
border-color: #2E2E78;
}
.TagClassName
{
border-color: #2E2E78;
}
</style>