Shades of Deep Koamaru #2E287A
Tints of Deep Koamaru #2E287A
RGB
CMYK
RGB Variations
Color information
#2E287A (or 0x2E287A) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 7A. RGB value is (46,40,122). Sum of RGB (Red+Green+Blue) = 46+40+122=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E287A is #D1D785. Grayscale: #323232. Windows color (decimal): -13752198 or 8005678. OLE color: 8005678.
HSL color Cylindrical-coordinate representation of color #2E287A: hue angle of 244.39º 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 #2E287A is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 40 | 122 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.52 |
| HSL | 244.39º | 0.51% | 0.32% | - |
| HSV(B) | 244.39º | 0.67% | 0.48% | - |
| XYZ | 5.4 | 3.5 | 18.8 | - |
| YUV | 51.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 122 | 0.62 | 0.67 | 0 | 0.52 | 244.39 | 0.51 | 0.32 |
| Hex | 2E | 28 | 7A | 3E | 43 | 0 | 34 | F4 | 33 | 20 |
| Octal | 56 | 50 | 172 | 76 | 103 | 0 | 64 | 364 | 63 | 40 |
| Binary | 101110 | 101000 | 1111010 | 111110 | 1000011 | 0 | 110100 | 11110100 | 110011 | 100000 |
Color Harmonies of #2E287A
Complementary color
Monochromatic Colors of #2E287A
Black with #2E287A
Text Example
Text Example
White with #2E287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E287A; }
p { color: rgb(46,40,122); }
H1.HeaderClassName
{
color: #2E287A;
}
.AnyTagClassName
{
color: #2E287A;
}
</style>
background-color css
<style>
a { background-color: #2E287A; }
a { background-color: rgb(46,40,122); }
div.DivClassName
{
background-color: #2E287A;
}
.BgClassName
{
background-color: #2E287A;
}
</style>
border-color css
<style>
span { border-color: #2E287A; }
span { border-color: rgb(46,40,122); }
td.TdClassName
{
border-color: #2E287A;
}
.TagClassName
{
border-color: #2E287A;
}
</style>