Shades of Deep Koamaru #2E2D65
Tints of Deep Koamaru #2E2D65
RGB
CMYK
RGB Variations
Color information
#2E2D65 (or 0x2E2D65) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 65. RGB value is (46,45,101). Sum of RGB (Red+Green+Blue) = 46+45+101=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E2D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D65 is #D1D29A. Grayscale: #333333. Windows color (decimal): -13750939 or 6630702. OLE color: 6630702.
HSL color Cylindrical-coordinate representation of color #2E2D65: hue angle of 241.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2D65 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 45 | 101 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.60 |
| HSL | 241.07º | 0.38% | 0.29% | - |
| HSV(B) | 241.07º | 0.55% | 0.4% | - |
| XYZ | 4.41 | 3.4 | 12.74 | - |
| YUV | 51.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 101 | 0.54 | 0.55 | 0 | 0.60 | 241.07 | 0.38 | 0.29 |
| Hex | 2E | 2D | 65 | 36 | 37 | 0 | 3C | F1 | 26 | 1D |
| Octal | 56 | 55 | 145 | 66 | 67 | 0 | 74 | 361 | 46 | 35 |
| Binary | 101110 | 101101 | 1100101 | 110110 | 110111 | 0 | 111100 | 11110001 | 100110 | 11101 |
Color Harmonies of #2E2D65
Complementary color
Monochromatic Colors of #2E2D65
Black with #2E2D65
Text Example
Text Example
White with #2E2D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D65; }
p { color: rgb(46,45,101); }
H1.HeaderClassName
{
color: #2E2D65;
}
.AnyTagClassName
{
color: #2E2D65;
}
</style>
background-color css
<style>
a { background-color: #2E2D65; }
a { background-color: rgb(46,45,101); }
div.DivClassName
{
background-color: #2E2D65;
}
.BgClassName
{
background-color: #2E2D65;
}
</style>
border-color css
<style>
span { border-color: #2E2D65; }
span { border-color: rgb(46,45,101); }
td.TdClassName
{
border-color: #2E2D65;
}
.TagClassName
{
border-color: #2E2D65;
}
</style>