Shades of Deep Koamaru #2E2E65
Tints of Deep Koamaru #2E2E65
RGB
CMYK
RGB Variations
Color information
#2E2E65 (or 0x2E2E65) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 65. RGB value is (46,46,101). Sum of RGB (Red+Green+Blue) = 46+46+101=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E2E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E65 is #D1D19A. Grayscale: #343434. Windows color (decimal): -13750683 or 6630958. OLE color: 6630958.
HSL color Cylindrical-coordinate representation of color #2E2E65: hue angle of 240º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2E65 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 46 | 101 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.60 |
| HSL | 240º | 0.37% | 0.29% | - |
| HSV(B) | 240º | 0.54% | 0.4% | - |
| XYZ | 4.45 | 3.47 | 12.75 | - |
| YUV | 52.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 101 | 0.54 | 0.54 | 0 | 0.60 | 240 | 0.37 | 0.29 |
| Hex | 2E | 2E | 65 | 36 | 36 | 0 | 3C | F0 | 25 | 1D |
| Octal | 56 | 56 | 145 | 66 | 66 | 0 | 74 | 360 | 45 | 35 |
| Binary | 101110 | 101110 | 1100101 | 110110 | 110110 | 0 | 111100 | 11110000 | 100101 | 11101 |
Color Harmonies of #2E2E65
Complementary color
Monochromatic Colors of #2E2E65
Black with #2E2E65
Text Example
Text Example
White with #2E2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E65; }
p { color: rgb(46,46,101); }
H1.HeaderClassName
{
color: #2E2E65;
}
.AnyTagClassName
{
color: #2E2E65;
}
</style>
background-color css
<style>
a { background-color: #2E2E65; }
a { background-color: rgb(46,46,101); }
div.DivClassName
{
background-color: #2E2E65;
}
.BgClassName
{
background-color: #2E2E65;
}
</style>
border-color css
<style>
span { border-color: #2E2E65; }
span { border-color: rgb(46,46,101); }
td.TdClassName
{
border-color: #2E2E65;
}
.TagClassName
{
border-color: #2E2E65;
}
</style>