Shades of Deep Koamaru #2B326A
Tints of Deep Koamaru #2B326A
RGB
CMYK
RGB Variations
Color information
#2B326A (or 0x2B326A) is known color: Deep Koamaru. HEX triplet: 2B, 32 and 6A. RGB value is (43,50,106). Sum of RGB (Red+Green+Blue) = 43+50+106=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B326A is #D4CD95. Grayscale: #363636. Windows color (decimal): -13946262 or 6959659. OLE color: 6959659.
HSL color Cylindrical-coordinate representation of color #2B326A: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B326A is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 50 | 106 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.58 |
| HSL | 233.33º | 0.42% | 0.29% | - |
| HSV(B) | 233.33º | 0.59% | 0.42% | - |
| XYZ | 4.74 | 3.84 | 14.13 | - |
| YUV | 54.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 106 | 0.59 | 0.53 | 0 | 0.58 | 233.33 | 0.42 | 0.29 |
| Hex | 2B | 32 | 6A | 3B | 35 | 0 | 3A | E9 | 2A | 1D |
| Octal | 53 | 62 | 152 | 73 | 65 | 0 | 72 | 351 | 52 | 35 |
| Binary | 101011 | 110010 | 1101010 | 111011 | 110101 | 0 | 111010 | 11101001 | 101010 | 11101 |
Color Harmonies of #2B326A
Complementary color
Monochromatic Colors of #2B326A
Black with #2B326A
Text Example
Text Example
White with #2B326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B326A; }
p { color: rgb(43,50,106); }
H1.HeaderClassName
{
color: #2B326A;
}
.AnyTagClassName
{
color: #2B326A;
}
</style>
background-color css
<style>
a { background-color: #2B326A; }
a { background-color: rgb(43,50,106); }
div.DivClassName
{
background-color: #2B326A;
}
.BgClassName
{
background-color: #2B326A;
}
</style>
border-color css
<style>
span { border-color: #2B326A; }
span { border-color: rgb(43,50,106); }
td.TdClassName
{
border-color: #2B326A;
}
.TagClassName
{
border-color: #2B326A;
}
</style>