Shades of Deep Koamaru #2E3060
Tints of Deep Koamaru #2E3060
RGB
CMYK
RGB Variations
Color information
#2E3060 (or 0x2E3060) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 60. RGB value is (46,48,96). Sum of RGB (Red+Green+Blue) = 46+48+96=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3060 is #D1CF9F. Grayscale: #343434. Windows color (decimal): -13750176 or 6303790. OLE color: 6303790.
HSL color Cylindrical-coordinate representation of color #2E3060: hue angle of 237.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E3060 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 48 | 96 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.62 |
| HSL | 237.6º | 0.35% | 0.28% | - |
| HSV(B) | 237.6º | 0.52% | 0.38% | - |
| XYZ | 4.29 | 3.54 | 11.52 | - |
| YUV | 52.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 96 | 0.52 | 0.50 | 0 | 0.62 | 237.6 | 0.35 | 0.28 |
| Hex | 2E | 30 | 60 | 34 | 32 | 0 | 3E | EE | 23 | 1C |
| Octal | 56 | 60 | 140 | 64 | 62 | 0 | 76 | 356 | 43 | 34 |
| Binary | 101110 | 110000 | 1100000 | 110100 | 110010 | 0 | 111110 | 11101110 | 100011 | 11100 |
Color Harmonies of #2E3060
Complementary color
Monochromatic Colors of #2E3060
Black with #2E3060
Text Example
Text Example
White with #2E3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3060; }
p { color: rgb(46,48,96); }
H1.HeaderClassName
{
color: #2E3060;
}
.AnyTagClassName
{
color: #2E3060;
}
</style>
background-color css
<style>
a { background-color: #2E3060; }
a { background-color: rgb(46,48,96); }
div.DivClassName
{
background-color: #2E3060;
}
.BgClassName
{
background-color: #2E3060;
}
</style>
border-color css
<style>
span { border-color: #2E3060; }
span { border-color: rgb(46,48,96); }
td.TdClassName
{
border-color: #2E3060;
}
.TagClassName
{
border-color: #2E3060;
}
</style>