Shades of Deep Koamaru #2B2E64
Tints of Deep Koamaru #2B2E64
RGB
CMYK
RGB Variations
Color information
#2B2E64 (or 0x2B2E64) is known color: Deep Koamaru. HEX triplet: 2B, 2E and 64. RGB value is (43,46,100). Sum of RGB (Red+Green+Blue) = 43+46+100=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E64 is #D4D19B. Grayscale: #333333. Windows color (decimal): -13947292 or 6565419. OLE color: 6565419.
HSL color Cylindrical-coordinate representation of color #2B2E64: hue angle of 236.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B2E64 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 46 | 100 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.61 |
| HSL | 236.84º | 0.4% | 0.28% | - |
| HSV(B) | 236.84º | 0.57% | 0.39% | - |
| XYZ | 4.27 | 3.39 | 12.49 | - |
| YUV | 51.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 100 | 0.57 | 0.54 | 0 | 0.61 | 236.84 | 0.4 | 0.28 |
| Hex | 2B | 2E | 64 | 39 | 36 | 0 | 3D | ED | 28 | 1C |
| Octal | 53 | 56 | 144 | 71 | 66 | 0 | 75 | 355 | 50 | 34 |
| Binary | 101011 | 101110 | 1100100 | 111001 | 110110 | 0 | 111101 | 11101101 | 101000 | 11100 |
Color Harmonies of #2B2E64
Complementary color
Monochromatic Colors of #2B2E64
Black with #2B2E64
Text Example
Text Example
White with #2B2E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E64; }
p { color: rgb(43,46,100); }
H1.HeaderClassName
{
color: #2B2E64;
}
.AnyTagClassName
{
color: #2B2E64;
}
</style>
background-color css
<style>
a { background-color: #2B2E64; }
a { background-color: rgb(43,46,100); }
div.DivClassName
{
background-color: #2B2E64;
}
.BgClassName
{
background-color: #2B2E64;
}
</style>
border-color css
<style>
span { border-color: #2B2E64; }
span { border-color: rgb(43,46,100); }
td.TdClassName
{
border-color: #2B2E64;
}
.TagClassName
{
border-color: #2B2E64;
}
</style>