Shades of Deep Koamaru #322B76
Tints of Deep Koamaru #322B76
RGB
CMYK
RGB Variations
Color information
#322B76 (or 0x322B76) is known color: Deep Koamaru. HEX triplet: 32, 2B and 76. RGB value is (50,43,118). Sum of RGB (Red+Green+Blue) = 50+43+118=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #322B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B76 is #CDD489. Grayscale: #353535. Windows color (decimal): -13489290 or 7744306. OLE color: 7744306.
HSL color Cylindrical-coordinate representation of color #322B76: hue angle of 245.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 #322B76 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 43 | 118 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.54 |
| HSL | 245.6º | 0.47% | 0.32% | - |
| HSV(B) | 245.6º | 0.64% | 0.46% | - |
| XYZ | 5.45 | 3.71 | 17.57 | - |
| YUV | 53.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 118 | 0.58 | 0.64 | 0 | 0.54 | 245.6 | 0.47 | 0.32 |
| Hex | 32 | 2B | 76 | 3A | 40 | 0 | 36 | F6 | 2F | 20 |
| Octal | 62 | 53 | 166 | 72 | 100 | 0 | 66 | 366 | 57 | 40 |
| Binary | 110010 | 101011 | 1110110 | 111010 | 1000000 | 0 | 110110 | 11110110 | 101111 | 100000 |
Color Harmonies of #322B76
Complementary color
Monochromatic Colors of #322B76
Black with #322B76
Text Example
Text Example
White with #322B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B76; }
p { color: rgb(50,43,118); }
H1.HeaderClassName
{
color: #322B76;
}
.AnyTagClassName
{
color: #322B76;
}
</style>
background-color css
<style>
a { background-color: #322B76; }
a { background-color: rgb(50,43,118); }
div.DivClassName
{
background-color: #322B76;
}
.BgClassName
{
background-color: #322B76;
}
</style>
border-color css
<style>
span { border-color: #322B76; }
span { border-color: rgb(50,43,118); }
td.TdClassName
{
border-color: #322B76;
}
.TagClassName
{
border-color: #322B76;
}
</style>