Shades of Deep Koamaru #2E2F72
Tints of Deep Koamaru #2E2F72
RGB
CMYK
RGB Variations
Color information
#2E2F72 (or 0x2E2F72) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 72. RGB value is (46,47,114). Sum of RGB (Red+Green+Blue) = 46+47+114=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E2F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F72 is #D1D08D. Grayscale: #363636. Windows color (decimal): -13750414 or 7483182. OLE color: 7483182.
HSL color Cylindrical-coordinate representation of color #2E2F72: hue angle of 239.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E2F72 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 47 | 114 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.55 |
| HSL | 239.12º | 0.43% | 0.31% | - |
| HSV(B) | 239.12º | 0.6% | 0.45% | - |
| XYZ | 5.18 | 3.83 | 16.39 | - |
| YUV | 54.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 114 | 0.60 | 0.59 | 0 | 0.55 | 239.12 | 0.43 | 0.31 |
| Hex | 2E | 2F | 72 | 3C | 3B | 0 | 37 | EF | 2A | 1F |
| Octal | 56 | 57 | 162 | 74 | 73 | 0 | 67 | 357 | 52 | 37 |
| Binary | 101110 | 101111 | 1110010 | 111100 | 111011 | 0 | 110111 | 11101111 | 101010 | 11111 |
Color Harmonies of #2E2F72
Complementary color
Monochromatic Colors of #2E2F72
Black with #2E2F72
Text Example
Text Example
White with #2E2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F72; }
p { color: rgb(46,47,114); }
H1.HeaderClassName
{
color: #2E2F72;
}
.AnyTagClassName
{
color: #2E2F72;
}
</style>
background-color css
<style>
a { background-color: #2E2F72; }
a { background-color: rgb(46,47,114); }
div.DivClassName
{
background-color: #2E2F72;
}
.BgClassName
{
background-color: #2E2F72;
}
</style>
border-color css
<style>
span { border-color: #2E2F72; }
span { border-color: rgb(46,47,114); }
td.TdClassName
{
border-color: #2E2F72;
}
.TagClassName
{
border-color: #2E2F72;
}
</style>