Shades of Deep Koamaru #2E2E5B
Tints of Deep Koamaru #2E2E5B
RGB
CMYK
RGB Variations
Color information
#2E2E5B (or 0x2E2E5B) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 5B. RGB value is (46,46,91). Sum of RGB (Red+Green+Blue) = 46+46+91=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E2E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E5B is #D1D1A4. Grayscale: #323232. Windows color (decimal): -13750693 or 5975598. OLE color: 5975598.
HSL color Cylindrical-coordinate representation of color #2E2E5B: hue angle of 240º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E2E5B is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 46 | 91 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.64 |
| HSL | 240º | 0.33% | 0.27% | - |
| HSV(B) | 240º | 0.49% | 0.36% | - |
| XYZ | 3.99 | 3.29 | 10.32 | - |
| YUV | 51.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 91 | 0.49 | 0.49 | 0 | 0.64 | 240 | 0.33 | 0.27 |
| Hex | 2E | 2E | 5B | 31 | 31 | 0 | 40 | F0 | 21 | 1B |
| Octal | 56 | 56 | 133 | 61 | 61 | 0 | 100 | 360 | 41 | 33 |
| Binary | 101110 | 101110 | 1011011 | 110001 | 110001 | 0 | 1000000 | 11110000 | 100001 | 11011 |
Color Harmonies of #2E2E5B
Complementary color
Monochromatic Colors of #2E2E5B
Black with #2E2E5B
Text Example
Text Example
White with #2E2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E5B; }
p { color: rgb(46,46,91); }
H1.HeaderClassName
{
color: #2E2E5B;
}
.AnyTagClassName
{
color: #2E2E5B;
}
</style>
background-color css
<style>
a { background-color: #2E2E5B; }
a { background-color: rgb(46,46,91); }
div.DivClassName
{
background-color: #2E2E5B;
}
.BgClassName
{
background-color: #2E2E5B;
}
</style>
border-color css
<style>
span { border-color: #2E2E5B; }
span { border-color: rgb(46,46,91); }
td.TdClassName
{
border-color: #2E2E5B;
}
.TagClassName
{
border-color: #2E2E5B;
}
</style>