Shades of Deep Koamaru #2B2E76
Tints of Deep Koamaru #2B2E76
RGB
CMYK
RGB Variations
Color information
#2B2E76 (or 0x2B2E76) is known color: Deep Koamaru. HEX triplet: 2B, 2E and 76. RGB value is (43,46,118). Sum of RGB (Red+Green+Blue) = 43+46+118=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E76 is #D4D189. Grayscale: #353535. Windows color (decimal): -13947274 or 7745067. OLE color: 7745067.
HSL color Cylindrical-coordinate representation of color #2B2E76: hue angle of 237.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2E76 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 46 | 118 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.54 |
| HSL | 237.6º | 0.47% | 0.32% | - |
| HSV(B) | 237.6º | 0.64% | 0.46% | - |
| XYZ | 5.24 | 3.78 | 17.59 | - |
| YUV | 53.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 118 | 0.64 | 0.61 | 0 | 0.54 | 237.6 | 0.47 | 0.32 |
| Hex | 2B | 2E | 76 | 40 | 3D | 0 | 36 | EE | 2F | 20 |
| Octal | 53 | 56 | 166 | 100 | 75 | 0 | 66 | 356 | 57 | 40 |
| Binary | 101011 | 101110 | 1110110 | 1000000 | 111101 | 0 | 110110 | 11101110 | 101111 | 100000 |
Color Harmonies of #2B2E76
Complementary color
Monochromatic Colors of #2B2E76
Black with #2B2E76
Text Example
Text Example
White with #2B2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E76; }
p { color: rgb(43,46,118); }
H1.HeaderClassName
{
color: #2B2E76;
}
.AnyTagClassName
{
color: #2B2E76;
}
</style>
background-color css
<style>
a { background-color: #2B2E76; }
a { background-color: rgb(43,46,118); }
div.DivClassName
{
background-color: #2B2E76;
}
.BgClassName
{
background-color: #2B2E76;
}
</style>
border-color css
<style>
span { border-color: #2B2E76; }
span { border-color: rgb(43,46,118); }
td.TdClassName
{
border-color: #2B2E76;
}
.TagClassName
{
border-color: #2B2E76;
}
</style>