Shades of Deep Koamaru #2E325F
Tints of Deep Koamaru #2E325F
RGB
CMYK
RGB Variations
Color information
#2E325F (or 0x2E325F) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 5F. RGB value is (46,50,95). Sum of RGB (Red+Green+Blue) = 46+50+95=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E325F is #D1CDA0. Grayscale: #353535. Windows color (decimal): -13749665 or 6238766. OLE color: 6238766.
HSL color Cylindrical-coordinate representation of color #2E325F: hue angle of 235.1º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E325F is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 50 | 95 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.63 |
| HSL | 235.1º | 0.35% | 0.28% | - |
| HSV(B) | 235.1º | 0.52% | 0.37% | - |
| XYZ | 4.33 | 3.69 | 11.31 | - |
| YUV | 53.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 95 | 0.52 | 0.47 | 0 | 0.63 | 235.1 | 0.35 | 0.28 |
| Hex | 2E | 32 | 5F | 34 | 2F | 0 | 3F | EB | 23 | 1C |
| Octal | 56 | 62 | 137 | 64 | 57 | 0 | 77 | 353 | 43 | 34 |
| Binary | 101110 | 110010 | 1011111 | 110100 | 101111 | 0 | 111111 | 11101011 | 100011 | 11100 |
Color Harmonies of #2E325F
Complementary color
Monochromatic Colors of #2E325F
Black with #2E325F
Text Example
Text Example
White with #2E325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E325F; }
p { color: rgb(46,50,95); }
H1.HeaderClassName
{
color: #2E325F;
}
.AnyTagClassName
{
color: #2E325F;
}
</style>
background-color css
<style>
a { background-color: #2E325F; }
a { background-color: rgb(46,50,95); }
div.DivClassName
{
background-color: #2E325F;
}
.BgClassName
{
background-color: #2E325F;
}
</style>
border-color css
<style>
span { border-color: #2E325F; }
span { border-color: rgb(46,50,95); }
td.TdClassName
{
border-color: #2E325F;
}
.TagClassName
{
border-color: #2E325F;
}
</style>