Shades of Deep Koamaru #322C6F
Tints of Deep Koamaru #322C6F
RGB
CMYK
RGB Variations
Color information
#322C6F (or 0x322C6F) is known color: Deep Koamaru. HEX triplet: 32, 2C and 6F. RGB value is (50,44,111). Sum of RGB (Red+Green+Blue) = 50+44+111=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #322C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C6F is #CDD390. Grayscale: #353535. Windows color (decimal): -13489041 or 7285810. OLE color: 7285810.
HSL color Cylindrical-coordinate representation of color #322C6F: hue angle of 245.37º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322C6F is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 44 | 111 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.56 |
| HSL | 245.37º | 0.43% | 0.3% | - |
| HSV(B) | 245.37º | 0.6% | 0.44% | - |
| XYZ | 5.09 | 3.63 | 15.47 | - |
| YUV | 53.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 111 | 0.55 | 0.60 | 0 | 0.56 | 245.37 | 0.43 | 0.3 |
| Hex | 32 | 2C | 6F | 37 | 3C | 0 | 38 | F5 | 2B | 1E |
| Octal | 62 | 54 | 157 | 67 | 74 | 0 | 70 | 365 | 53 | 36 |
| Binary | 110010 | 101100 | 1101111 | 110111 | 111100 | 0 | 111000 | 11110101 | 101011 | 11110 |
Color Harmonies of #322C6F
Complementary color
Monochromatic Colors of #322C6F
Black with #322C6F
Text Example
Text Example
White with #322C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C6F; }
p { color: rgb(50,44,111); }
H1.HeaderClassName
{
color: #322C6F;
}
.AnyTagClassName
{
color: #322C6F;
}
</style>
background-color css
<style>
a { background-color: #322C6F; }
a { background-color: rgb(50,44,111); }
div.DivClassName
{
background-color: #322C6F;
}
.BgClassName
{
background-color: #322C6F;
}
</style>
border-color css
<style>
span { border-color: #322C6F; }
span { border-color: rgb(50,44,111); }
td.TdClassName
{
border-color: #322C6F;
}
.TagClassName
{
border-color: #322C6F;
}
</style>