Shades of Deep Koamaru #2E2A7D
Tints of Deep Koamaru #2E2A7D
RGB
CMYK
RGB Variations
Color information
#2E2A7D (or 0x2E2A7D) is known color: Deep Koamaru. HEX triplet: 2E, 2A and 7D. RGB value is (46,42,125). Sum of RGB (Red+Green+Blue) = 46+42+125=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E2A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A7D is #D1D582. Grayscale: #343434. Windows color (decimal): -13751683 or 8202798. OLE color: 8202798.
HSL color Cylindrical-coordinate representation of color #2E2A7D: hue angle of 242.89º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2A7D is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 42 | 125 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.51 |
| HSL | 242.89º | 0.5% | 0.33% | - |
| HSV(B) | 242.89º | 0.66% | 0.49% | - |
| XYZ | 5.66 | 3.72 | 19.82 | - |
| YUV | 52.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 125 | 0.63 | 0.66 | 0 | 0.51 | 242.89 | 0.5 | 0.33 |
| Hex | 2E | 2A | 7D | 3F | 42 | 0 | 33 | F3 | 32 | 21 |
| Octal | 56 | 52 | 175 | 77 | 102 | 0 | 63 | 363 | 62 | 41 |
| Binary | 101110 | 101010 | 1111101 | 111111 | 1000010 | 0 | 110011 | 11110011 | 110010 | 100001 |
Color Harmonies of #2E2A7D
Complementary color
Monochromatic Colors of #2E2A7D
Black with #2E2A7D
Text Example
Text Example
White with #2E2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A7D; }
p { color: rgb(46,42,125); }
H1.HeaderClassName
{
color: #2E2A7D;
}
.AnyTagClassName
{
color: #2E2A7D;
}
</style>
background-color css
<style>
a { background-color: #2E2A7D; }
a { background-color: rgb(46,42,125); }
div.DivClassName
{
background-color: #2E2A7D;
}
.BgClassName
{
background-color: #2E2A7D;
}
</style>
border-color css
<style>
span { border-color: #2E2A7D; }
span { border-color: rgb(46,42,125); }
td.TdClassName
{
border-color: #2E2A7D;
}
.TagClassName
{
border-color: #2E2A7D;
}
</style>