Shades of Deep Koamaru #2E2774
Tints of Deep Koamaru #2E2774
RGB
CMYK
RGB Variations
Color information
#2E2774 (or 0x2E2774) is known color: Deep Koamaru. HEX triplet: 2E, 27 and 74. RGB value is (46,39,116). Sum of RGB (Red+Green+Blue) = 46+39+116=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2774 is #D1D88B. Grayscale: #313131. Windows color (decimal): -13752460 or 7612206. OLE color: 7612206.
HSL color Cylindrical-coordinate representation of color #2E2774: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2774 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 39 | 116 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.55 |
| HSL | 245.45º | 0.5% | 0.3% | - |
| HSV(B) | 245.45º | 0.66% | 0.45% | - |
| XYZ | 5 | 3.29 | 16.89 | - |
| YUV | 49.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 116 | 0.60 | 0.66 | 0 | 0.55 | 245.45 | 0.5 | 0.3 |
| Hex | 2E | 27 | 74 | 3C | 42 | 0 | 37 | F5 | 32 | 1E |
| Octal | 56 | 47 | 164 | 74 | 102 | 0 | 67 | 365 | 62 | 36 |
| Binary | 101110 | 100111 | 1110100 | 111100 | 1000010 | 0 | 110111 | 11110101 | 110010 | 11110 |
Color Harmonies of #2E2774
Complementary color
Monochromatic Colors of #2E2774
Black with #2E2774
Text Example
Text Example
White with #2E2774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2774; }
p { color: rgb(46,39,116); }
H1.HeaderClassName
{
color: #2E2774;
}
.AnyTagClassName
{
color: #2E2774;
}
</style>
background-color css
<style>
a { background-color: #2E2774; }
a { background-color: rgb(46,39,116); }
div.DivClassName
{
background-color: #2E2774;
}
.BgClassName
{
background-color: #2E2774;
}
</style>
border-color css
<style>
span { border-color: #2E2774; }
span { border-color: rgb(46,39,116); }
td.TdClassName
{
border-color: #2E2774;
}
.TagClassName
{
border-color: #2E2774;
}
</style>