Shades of Deep Koamaru #2E3270
Tints of Deep Koamaru #2E3270
RGB
CMYK
RGB Variations
Color information
#2E3270 (or 0x2E3270) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 70. RGB value is (46,50,112). Sum of RGB (Red+Green+Blue) = 46+50+112=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3270 is #D1CD8F. Grayscale: #373737. Windows color (decimal): -13749648 or 7352878. OLE color: 7352878.
HSL color Cylindrical-coordinate representation of color #2E3270: hue angle of 236.36º 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 #2E3270 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 50 | 112 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.56 |
| HSL | 236.36º | 0.42% | 0.31% | - |
| HSV(B) | 236.36º | 0.59% | 0.44% | - |
| XYZ | 5.19 | 4.03 | 15.83 | - |
| YUV | 55.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 112 | 0.59 | 0.55 | 0 | 0.56 | 236.36 | 0.42 | 0.31 |
| Hex | 2E | 32 | 70 | 3B | 37 | 0 | 38 | EC | 2A | 1F |
| Octal | 56 | 62 | 160 | 73 | 67 | 0 | 70 | 354 | 52 | 37 |
| Binary | 101110 | 110010 | 1110000 | 111011 | 110111 | 0 | 111000 | 11101100 | 101010 | 11111 |
Color Harmonies of #2E3270
Complementary color
Monochromatic Colors of #2E3270
Black with #2E3270
Text Example
Text Example
White with #2E3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3270; }
p { color: rgb(46,50,112); }
H1.HeaderClassName
{
color: #2E3270;
}
.AnyTagClassName
{
color: #2E3270;
}
</style>
background-color css
<style>
a { background-color: #2E3270; }
a { background-color: rgb(46,50,112); }
div.DivClassName
{
background-color: #2E3270;
}
.BgClassName
{
background-color: #2E3270;
}
</style>
border-color css
<style>
span { border-color: #2E3270; }
span { border-color: rgb(46,50,112); }
td.TdClassName
{
border-color: #2E3270;
}
.TagClassName
{
border-color: #2E3270;
}
</style>