Shades of Deep Koamaru #322C76
Tints of Deep Koamaru #322C76
RGB
CMYK
RGB Variations
Color information
#322C76 (or 0x322C76) is known color: Deep Koamaru. HEX triplet: 32, 2C and 76. RGB value is (50,44,118). Sum of RGB (Red+Green+Blue) = 50+44+118=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #322C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C76 is #CDD389. Grayscale: #353535. Windows color (decimal): -13489034 or 7744562. OLE color: 7744562.
HSL color Cylindrical-coordinate representation of color #322C76: hue angle of 244.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #322C76 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 44 | 118 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.54 |
| HSL | 244.86º | 0.46% | 0.32% | - |
| HSV(B) | 244.86º | 0.63% | 0.46% | - |
| XYZ | 5.49 | 3.79 | 17.58 | - |
| YUV | 54.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 118 | 0.58 | 0.63 | 0 | 0.54 | 244.86 | 0.46 | 0.32 |
| Hex | 32 | 2C | 76 | 3A | 3F | 0 | 36 | F5 | 2E | 20 |
| Octal | 62 | 54 | 166 | 72 | 77 | 0 | 66 | 365 | 56 | 40 |
| Binary | 110010 | 101100 | 1110110 | 111010 | 111111 | 0 | 110110 | 11110101 | 101110 | 100000 |
Color Harmonies of #322C76
Complementary color
Monochromatic Colors of #322C76
Black with #322C76
Text Example
Text Example
White with #322C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C76; }
p { color: rgb(50,44,118); }
H1.HeaderClassName
{
color: #322C76;
}
.AnyTagClassName
{
color: #322C76;
}
</style>
background-color css
<style>
a { background-color: #322C76; }
a { background-color: rgb(50,44,118); }
div.DivClassName
{
background-color: #322C76;
}
.BgClassName
{
background-color: #322C76;
}
</style>
border-color css
<style>
span { border-color: #322C76; }
span { border-color: rgb(50,44,118); }
td.TdClassName
{
border-color: #322C76;
}
.TagClassName
{
border-color: #322C76;
}
</style>