Shades of Deep Koamaru #2B2676
Tints of Deep Koamaru #2B2676
RGB
CMYK
RGB Variations
Color information
#2B2676 (or 0x2B2676) is known color: Deep Koamaru. HEX triplet: 2B, 26 and 76. RGB value is (43,38,118). Sum of RGB (Red+Green+Blue) = 43+38+118=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2676 is #D4D989. Grayscale: #303030. Windows color (decimal): -13949322 or 7743019. OLE color: 7743019.
HSL color Cylindrical-coordinate representation of color #2B2676: hue angle of 243.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2676 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 38 | 118 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.54 |
| HSL | 243.75º | 0.51% | 0.31% | - |
| HSV(B) | 243.75º | 0.68% | 0.46% | - |
| XYZ | 4.96 | 3.21 | 17.5 | - |
| YUV | 48.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 118 | 0.64 | 0.68 | 0 | 0.54 | 243.75 | 0.51 | 0.31 |
| Hex | 2B | 26 | 76 | 40 | 44 | 0 | 36 | F4 | 33 | 1F |
| Octal | 53 | 46 | 166 | 100 | 104 | 0 | 66 | 364 | 63 | 37 |
| Binary | 101011 | 100110 | 1110110 | 1000000 | 1000100 | 0 | 110110 | 11110100 | 110011 | 11111 |
Color Harmonies of #2B2676
Complementary color
Monochromatic Colors of #2B2676
Black with #2B2676
Text Example
Text Example
White with #2B2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2676; }
p { color: rgb(43,38,118); }
H1.HeaderClassName
{
color: #2B2676;
}
.AnyTagClassName
{
color: #2B2676;
}
</style>
background-color css
<style>
a { background-color: #2B2676; }
a { background-color: rgb(43,38,118); }
div.DivClassName
{
background-color: #2B2676;
}
.BgClassName
{
background-color: #2B2676;
}
</style>
border-color css
<style>
span { border-color: #2B2676; }
span { border-color: rgb(43,38,118); }
td.TdClassName
{
border-color: #2B2676;
}
.TagClassName
{
border-color: #2B2676;
}
</style>