Shades of Deep Koamaru #2E3362
Tints of Deep Koamaru #2E3362
RGB
CMYK
RGB Variations
Color information
#2E3362 (or 0x2E3362) is known color: Deep Koamaru. HEX triplet: 2E, 33 and 62. RGB value is (46,51,98). Sum of RGB (Red+Green+Blue) = 46+51+98=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3362 is #D1CC9D. Grayscale: #363636. Windows color (decimal): -13749406 or 6435630. OLE color: 6435630.
HSL color Cylindrical-coordinate representation of color #2E3362: hue angle of 234.23º 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 #2E3362 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 51 | 98 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.62 |
| HSL | 234.23º | 0.36% | 0.28% | - |
| HSV(B) | 234.23º | 0.53% | 0.38% | - |
| XYZ | 4.52 | 3.83 | 12.06 | - |
| YUV | 54.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 98 | 0.53 | 0.48 | 0 | 0.62 | 234.23 | 0.36 | 0.28 |
| Hex | 2E | 33 | 62 | 35 | 30 | 0 | 3E | EA | 24 | 1C |
| Octal | 56 | 63 | 142 | 65 | 60 | 0 | 76 | 352 | 44 | 34 |
| Binary | 101110 | 110011 | 1100010 | 110101 | 110000 | 0 | 111110 | 11101010 | 100100 | 11100 |
Color Harmonies of #2E3362
Complementary color
Monochromatic Colors of #2E3362
Black with #2E3362
Text Example
Text Example
White with #2E3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3362; }
p { color: rgb(46,51,98); }
H1.HeaderClassName
{
color: #2E3362;
}
.AnyTagClassName
{
color: #2E3362;
}
</style>
background-color css
<style>
a { background-color: #2E3362; }
a { background-color: rgb(46,51,98); }
div.DivClassName
{
background-color: #2E3362;
}
.BgClassName
{
background-color: #2E3362;
}
</style>
border-color css
<style>
span { border-color: #2E3362; }
span { border-color: rgb(46,51,98); }
td.TdClassName
{
border-color: #2E3362;
}
.TagClassName
{
border-color: #2E3362;
}
</style>