Shades of Deep Koamaru #2E2E62
Tints of Deep Koamaru #2E2E62
RGB
CMYK
RGB Variations
Color information
#2E2E62 (or 0x2E2E62) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 62. RGB value is (46,46,98). Sum of RGB (Red+Green+Blue) = 46+46+98=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E62 is #D1D19D. Grayscale: #333333. Windows color (decimal): -13750686 or 6434350. OLE color: 6434350.
HSL color Cylindrical-coordinate representation of color #2E2E62: hue angle of 240º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E2E62 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 46 | 98 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.62 |
| HSL | 240º | 0.36% | 0.28% | - |
| HSV(B) | 240º | 0.53% | 0.38% | - |
| XYZ | 4.31 | 3.42 | 11.99 | - |
| YUV | 51.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 98 | 0.53 | 0.53 | 0 | 0.62 | 240 | 0.36 | 0.28 |
| Hex | 2E | 2E | 62 | 35 | 35 | 0 | 3E | F0 | 24 | 1C |
| Octal | 56 | 56 | 142 | 65 | 65 | 0 | 76 | 360 | 44 | 34 |
| Binary | 101110 | 101110 | 1100010 | 110101 | 110101 | 0 | 111110 | 11110000 | 100100 | 11100 |
Color Harmonies of #2E2E62
Complementary color
Monochromatic Colors of #2E2E62
Black with #2E2E62
Text Example
Text Example
White with #2E2E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E62; }
p { color: rgb(46,46,98); }
H1.HeaderClassName
{
color: #2E2E62;
}
.AnyTagClassName
{
color: #2E2E62;
}
</style>
background-color css
<style>
a { background-color: #2E2E62; }
a { background-color: rgb(46,46,98); }
div.DivClassName
{
background-color: #2E2E62;
}
.BgClassName
{
background-color: #2E2E62;
}
</style>
border-color css
<style>
span { border-color: #2E2E62; }
span { border-color: rgb(46,46,98); }
td.TdClassName
{
border-color: #2E2E62;
}
.TagClassName
{
border-color: #2E2E62;
}
</style>