Shades of Deep Koamaru #2E2F62
Tints of Deep Koamaru #2E2F62
RGB
CMYK
RGB Variations
Color information
#2E2F62 (or 0x2E2F62) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 62. RGB value is (46,47,98). Sum of RGB (Red+Green+Blue) = 46+47+98=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F62 is #D1D09D. Grayscale: #343434. Windows color (decimal): -13750430 or 6434606. OLE color: 6434606.
HSL color Cylindrical-coordinate representation of color #2E2F62: hue angle of 238.85º 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 #2E2F62 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 47 | 98 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.62 |
| HSL | 238.85º | 0.36% | 0.28% | - |
| HSV(B) | 238.85º | 0.53% | 0.38% | - |
| XYZ | 4.35 | 3.5 | 12 | - |
| YUV | 52.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 98 | 0.53 | 0.52 | 0 | 0.62 | 238.85 | 0.36 | 0.28 |
| Hex | 2E | 2F | 62 | 35 | 34 | 0 | 3E | EF | 24 | 1C |
| Octal | 56 | 57 | 142 | 65 | 64 | 0 | 76 | 357 | 44 | 34 |
| Binary | 101110 | 101111 | 1100010 | 110101 | 110100 | 0 | 111110 | 11101111 | 100100 | 11100 |
Color Harmonies of #2E2F62
Complementary color
Monochromatic Colors of #2E2F62
Black with #2E2F62
Text Example
Text Example
White with #2E2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F62; }
p { color: rgb(46,47,98); }
H1.HeaderClassName
{
color: #2E2F62;
}
.AnyTagClassName
{
color: #2E2F62;
}
</style>
background-color css
<style>
a { background-color: #2E2F62; }
a { background-color: rgb(46,47,98); }
div.DivClassName
{
background-color: #2E2F62;
}
.BgClassName
{
background-color: #2E2F62;
}
</style>
border-color css
<style>
span { border-color: #2E2F62; }
span { border-color: rgb(46,47,98); }
td.TdClassName
{
border-color: #2E2F62;
}
.TagClassName
{
border-color: #2E2F62;
}
</style>