Shades of Deep Koamaru #2E3070
Tints of Deep Koamaru #2E3070
RGB
CMYK
RGB Variations
Color information
#2E3070 (or 0x2E3070) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 70. RGB value is (46,48,112). Sum of RGB (Red+Green+Blue) = 46+48+112=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3070 is #D1CF8F. Grayscale: #363636. Windows color (decimal): -13750160 or 7352366. OLE color: 7352366.
HSL color Cylindrical-coordinate representation of color #2E3070: hue angle of 238.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E3070 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 48 | 112 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.56 |
| HSL | 238.18º | 0.42% | 0.31% | - |
| HSV(B) | 238.18º | 0.59% | 0.44% | - |
| XYZ | 5.11 | 3.86 | 15.81 | - |
| YUV | 54.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 112 | 0.59 | 0.57 | 0 | 0.56 | 238.18 | 0.42 | 0.31 |
| Hex | 2E | 30 | 70 | 3B | 39 | 0 | 38 | EE | 2A | 1F |
| Octal | 56 | 60 | 160 | 73 | 71 | 0 | 70 | 356 | 52 | 37 |
| Binary | 101110 | 110000 | 1110000 | 111011 | 111001 | 0 | 111000 | 11101110 | 101010 | 11111 |
Color Harmonies of #2E3070
Complementary color
Monochromatic Colors of #2E3070
Black with #2E3070
Text Example
Text Example
White with #2E3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3070; }
p { color: rgb(46,48,112); }
H1.HeaderClassName
{
color: #2E3070;
}
.AnyTagClassName
{
color: #2E3070;
}
</style>
background-color css
<style>
a { background-color: #2E3070; }
a { background-color: rgb(46,48,112); }
div.DivClassName
{
background-color: #2E3070;
}
.BgClassName
{
background-color: #2E3070;
}
</style>
border-color css
<style>
span { border-color: #2E3070; }
span { border-color: rgb(46,48,112); }
td.TdClassName
{
border-color: #2E3070;
}
.TagClassName
{
border-color: #2E3070;
}
</style>