Shades of Deep Koamaru #322C6D
Tints of Deep Koamaru #322C6D
RGB
CMYK
RGB Variations
Color information
#322C6D (or 0x322C6D) is known color: Deep Koamaru. HEX triplet: 32, 2C and 6D. RGB value is (50,44,109). Sum of RGB (Red+Green+Blue) = 50+44+109=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #322C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C6D is #CDD392. Grayscale: #343434. Windows color (decimal): -13489043 or 7154738. OLE color: 7154738.
HSL color Cylindrical-coordinate representation of color #322C6D: hue angle of 245.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322C6D is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 44 | 109 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.57 |
| HSL | 245.54º | 0.42% | 0.3% | - |
| HSV(B) | 245.54º | 0.6% | 0.43% | - |
| XYZ | 4.98 | 3.58 | 14.9 | - |
| YUV | 53.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 109 | 0.54 | 0.60 | 0 | 0.57 | 245.54 | 0.42 | 0.3 |
| Hex | 32 | 2C | 6D | 36 | 3C | 0 | 39 | F6 | 2A | 1E |
| Octal | 62 | 54 | 155 | 66 | 74 | 0 | 71 | 366 | 52 | 36 |
| Binary | 110010 | 101100 | 1101101 | 110110 | 111100 | 0 | 111001 | 11110110 | 101010 | 11110 |
Color Harmonies of #322C6D
Complementary color
Monochromatic Colors of #322C6D
Black with #322C6D
Text Example
Text Example
White with #322C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C6D; }
p { color: rgb(50,44,109); }
H1.HeaderClassName
{
color: #322C6D;
}
.AnyTagClassName
{
color: #322C6D;
}
</style>
background-color css
<style>
a { background-color: #322C6D; }
a { background-color: rgb(50,44,109); }
div.DivClassName
{
background-color: #322C6D;
}
.BgClassName
{
background-color: #322C6D;
}
</style>
border-color css
<style>
span { border-color: #322C6D; }
span { border-color: rgb(50,44,109); }
td.TdClassName
{
border-color: #322C6D;
}
.TagClassName
{
border-color: #322C6D;
}
</style>