Shades of Deep Koamaru #322C6C
Tints of Deep Koamaru #322C6C
RGB
CMYK
RGB Variations
Color information
#322C6C (or 0x322C6C) is known color: Deep Koamaru. HEX triplet: 32, 2C and 6C. RGB value is (50,44,108). Sum of RGB (Red+Green+Blue) = 50+44+108=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #322C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C6C is #CDD393. Grayscale: #343434. Windows color (decimal): -13489044 or 7089202. OLE color: 7089202.
HSL color Cylindrical-coordinate representation of color #322C6C: hue angle of 245.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322C6C is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 44 | 108 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.58 |
| HSL | 245.63º | 0.42% | 0.3% | - |
| HSV(B) | 245.63º | 0.59% | 0.42% | - |
| XYZ | 4.92 | 3.56 | 14.62 | - |
| YUV | 53.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 108 | 0.54 | 0.59 | 0 | 0.58 | 245.63 | 0.42 | 0.3 |
| Hex | 32 | 2C | 6C | 36 | 3B | 0 | 3A | F6 | 2A | 1E |
| Octal | 62 | 54 | 154 | 66 | 73 | 0 | 72 | 366 | 52 | 36 |
| Binary | 110010 | 101100 | 1101100 | 110110 | 111011 | 0 | 111010 | 11110110 | 101010 | 11110 |
Color Harmonies of #322C6C
Complementary color
Monochromatic Colors of #322C6C
Black with #322C6C
Text Example
Text Example
White with #322C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C6C; }
p { color: rgb(50,44,108); }
H1.HeaderClassName
{
color: #322C6C;
}
.AnyTagClassName
{
color: #322C6C;
}
</style>
background-color css
<style>
a { background-color: #322C6C; }
a { background-color: rgb(50,44,108); }
div.DivClassName
{
background-color: #322C6C;
}
.BgClassName
{
background-color: #322C6C;
}
</style>
border-color css
<style>
span { border-color: #322C6C; }
span { border-color: rgb(50,44,108); }
td.TdClassName
{
border-color: #322C6C;
}
.TagClassName
{
border-color: #322C6C;
}
</style>