Shades of Deep Koamaru #2B2672
Tints of Deep Koamaru #2B2672
RGB
CMYK
RGB Variations
Color information
#2B2672 (or 0x2B2672) is known color: Deep Koamaru. HEX triplet: 2B, 26 and 72. RGB value is (43,38,114). Sum of RGB (Red+Green+Blue) = 43+38+114=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2672 is #D4D98D. Grayscale: #2F2F2F. Windows color (decimal): -13949326 or 7480875. OLE color: 7480875.
HSL color Cylindrical-coordinate representation of color #2B2672: hue angle of 243.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B2672 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 38 | 114 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.55 |
| HSL | 243.95º | 0.5% | 0.3% | - |
| HSV(B) | 243.95º | 0.67% | 0.45% | - |
| XYZ | 4.73 | 3.11 | 16.27 | - |
| YUV | 48.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 114 | 0.62 | 0.67 | 0 | 0.55 | 243.95 | 0.5 | 0.3 |
| Hex | 2B | 26 | 72 | 3E | 43 | 0 | 37 | F4 | 32 | 1E |
| Octal | 53 | 46 | 162 | 76 | 103 | 0 | 67 | 364 | 62 | 36 |
| Binary | 101011 | 100110 | 1110010 | 111110 | 1000011 | 0 | 110111 | 11110100 | 110010 | 11110 |
Color Harmonies of #2B2672
Complementary color
Monochromatic Colors of #2B2672
Black with #2B2672
Text Example
Text Example
White with #2B2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2672; }
p { color: rgb(43,38,114); }
H1.HeaderClassName
{
color: #2B2672;
}
.AnyTagClassName
{
color: #2B2672;
}
</style>
background-color css
<style>
a { background-color: #2B2672; }
a { background-color: rgb(43,38,114); }
div.DivClassName
{
background-color: #2B2672;
}
.BgClassName
{
background-color: #2B2672;
}
</style>
border-color css
<style>
span { border-color: #2B2672; }
span { border-color: rgb(43,38,114); }
td.TdClassName
{
border-color: #2B2672;
}
.TagClassName
{
border-color: #2B2672;
}
</style>