Shades of Deep Koamaru #2E287B
Tints of Deep Koamaru #2E287B
RGB
CMYK
RGB Variations
Color information
#2E287B (or 0x2E287B) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 7B. RGB value is (46,40,123). Sum of RGB (Red+Green+Blue) = 46+40+123=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E287B is #D1D784. Grayscale: #323232. Windows color (decimal): -13752197 or 8071214. OLE color: 8071214.
HSL color Cylindrical-coordinate representation of color #2E287B: hue angle of 244.34º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E287B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 40 | 123 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.52 |
| HSL | 244.34º | 0.51% | 0.32% | - |
| HSV(B) | 244.34º | 0.67% | 0.48% | - |
| XYZ | 5.46 | 3.53 | 19.13 | - |
| YUV | 51.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 123 | 0.63 | 0.67 | 0 | 0.52 | 244.34 | 0.51 | 0.32 |
| Hex | 2E | 28 | 7B | 3F | 43 | 0 | 34 | F4 | 33 | 20 |
| Octal | 56 | 50 | 173 | 77 | 103 | 0 | 64 | 364 | 63 | 40 |
| Binary | 101110 | 101000 | 1111011 | 111111 | 1000011 | 0 | 110100 | 11110100 | 110011 | 100000 |
Color Harmonies of #2E287B
Complementary color
Monochromatic Colors of #2E287B
Black with #2E287B
Text Example
Text Example
White with #2E287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E287B; }
p { color: rgb(46,40,123); }
H1.HeaderClassName
{
color: #2E287B;
}
.AnyTagClassName
{
color: #2E287B;
}
</style>
background-color css
<style>
a { background-color: #2E287B; }
a { background-color: rgb(46,40,123); }
div.DivClassName
{
background-color: #2E287B;
}
.BgClassName
{
background-color: #2E287B;
}
</style>
border-color css
<style>
span { border-color: #2E287B; }
span { border-color: rgb(46,40,123); }
td.TdClassName
{
border-color: #2E287B;
}
.TagClassName
{
border-color: #2E287B;
}
</style>