Shades of Deep Koamaru #2E3062
Tints of Deep Koamaru #2E3062
RGB
CMYK
RGB Variations
Color information
#2E3062 (or 0x2E3062) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 62. RGB value is (46,48,98). Sum of RGB (Red+Green+Blue) = 46+48+98=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3062 is #D1CF9D. Grayscale: #343434. Windows color (decimal): -13750174 or 6434862. OLE color: 6434862.
HSL color Cylindrical-coordinate representation of color #2E3062: hue angle of 237.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E3062 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 48 | 98 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.62 |
| HSL | 237.69º | 0.36% | 0.28% | - |
| HSV(B) | 237.69º | 0.53% | 0.38% | - |
| XYZ | 4.39 | 3.58 | 12.01 | - |
| YUV | 53.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 98 | 0.53 | 0.51 | 0 | 0.62 | 237.69 | 0.36 | 0.28 |
| Hex | 2E | 30 | 62 | 35 | 33 | 0 | 3E | EE | 24 | 1C |
| Octal | 56 | 60 | 142 | 65 | 63 | 0 | 76 | 356 | 44 | 34 |
| Binary | 101110 | 110000 | 1100010 | 110101 | 110011 | 0 | 111110 | 11101110 | 100100 | 11100 |
Color Harmonies of #2E3062
Complementary color
Monochromatic Colors of #2E3062
Black with #2E3062
Text Example
Text Example
White with #2E3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3062; }
p { color: rgb(46,48,98); }
H1.HeaderClassName
{
color: #2E3062;
}
.AnyTagClassName
{
color: #2E3062;
}
</style>
background-color css
<style>
a { background-color: #2E3062; }
a { background-color: rgb(46,48,98); }
div.DivClassName
{
background-color: #2E3062;
}
.BgClassName
{
background-color: #2E3062;
}
</style>
border-color css
<style>
span { border-color: #2E3062; }
span { border-color: rgb(46,48,98); }
td.TdClassName
{
border-color: #2E3062;
}
.TagClassName
{
border-color: #2E3062;
}
</style>