Shades of Deep Koamaru #2E297D
Tints of Deep Koamaru #2E297D
RGB
CMYK
RGB Variations
Color information
#2E297D (or 0x2E297D) is known color: Deep Koamaru. HEX triplet: 2E, 29 and 7D. RGB value is (46,41,125). Sum of RGB (Red+Green+Blue) = 46+41+125=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E297D is #D1D682. Grayscale: #333333. Windows color (decimal): -13751939 or 8202542. OLE color: 8202542.
HSL color Cylindrical-coordinate representation of color #2E297D: hue angle of 243.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E297D is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 41 | 125 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.51 |
| HSL | 243.57º | 0.51% | 0.33% | - |
| HSV(B) | 243.57º | 0.67% | 0.49% | - |
| XYZ | 5.62 | 3.65 | 19.81 | - |
| YUV | 52.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 125 | 0.63 | 0.67 | 0 | 0.51 | 243.57 | 0.51 | 0.33 |
| Hex | 2E | 29 | 7D | 3F | 43 | 0 | 33 | F4 | 33 | 21 |
| Octal | 56 | 51 | 175 | 77 | 103 | 0 | 63 | 364 | 63 | 41 |
| Binary | 101110 | 101001 | 1111101 | 111111 | 1000011 | 0 | 110011 | 11110100 | 110011 | 100001 |
Color Harmonies of #2E297D
Complementary color
Monochromatic Colors of #2E297D
Black with #2E297D
Text Example
Text Example
White with #2E297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E297D; }
p { color: rgb(46,41,125); }
H1.HeaderClassName
{
color: #2E297D;
}
.AnyTagClassName
{
color: #2E297D;
}
</style>
background-color css
<style>
a { background-color: #2E297D; }
a { background-color: rgb(46,41,125); }
div.DivClassName
{
background-color: #2E297D;
}
.BgClassName
{
background-color: #2E297D;
}
</style>
border-color css
<style>
span { border-color: #2E297D; }
span { border-color: rgb(46,41,125); }
td.TdClassName
{
border-color: #2E297D;
}
.TagClassName
{
border-color: #2E297D;
}
</style>