Shades of Deep Koamaru #2E2878
Tints of Deep Koamaru #2E2878
RGB
CMYK
RGB Variations
Color information
#2E2878 (or 0x2E2878) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 78. RGB value is (46,40,120). Sum of RGB (Red+Green+Blue) = 46+40+120=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2878 is #D1D787. Grayscale: #323232. Windows color (decimal): -13752200 or 7874606. OLE color: 7874606.
HSL color Cylindrical-coordinate representation of color #2E2878: hue angle of 244.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2878 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 40 | 120 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.53 |
| HSL | 244.5º | 0.5% | 0.31% | - |
| HSV(B) | 244.5º | 0.67% | 0.47% | - |
| XYZ | 5.28 | 3.45 | 18.16 | - |
| YUV | 50.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 120 | 0.62 | 0.67 | 0 | 0.53 | 244.5 | 0.5 | 0.31 |
| Hex | 2E | 28 | 78 | 3E | 43 | 0 | 35 | F4 | 32 | 1F |
| Octal | 56 | 50 | 170 | 76 | 103 | 0 | 65 | 364 | 62 | 37 |
| Binary | 101110 | 101000 | 1111000 | 111110 | 1000011 | 0 | 110101 | 11110100 | 110010 | 11111 |
Color Harmonies of #2E2878
Complementary color
Monochromatic Colors of #2E2878
Black with #2E2878
Text Example
Text Example
White with #2E2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2878; }
p { color: rgb(46,40,120); }
H1.HeaderClassName
{
color: #2E2878;
}
.AnyTagClassName
{
color: #2E2878;
}
</style>
background-color css
<style>
a { background-color: #2E2878; }
a { background-color: rgb(46,40,120); }
div.DivClassName
{
background-color: #2E2878;
}
.BgClassName
{
background-color: #2E2878;
}
</style>
border-color css
<style>
span { border-color: #2E2878; }
span { border-color: rgb(46,40,120); }
td.TdClassName
{
border-color: #2E2878;
}
.TagClassName
{
border-color: #2E2878;
}
</style>