Shades of Deep Koamaru #322D70
Tints of Deep Koamaru #322D70
RGB
CMYK
RGB Variations
Color information
#322D70 (or 0x322D70) is known color: Deep Koamaru. HEX triplet: 32, 2D and 70. RGB value is (50,45,112). Sum of RGB (Red+Green+Blue) = 50+45+112=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #322D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D70 is #CDD28F. Grayscale: #353535. Windows color (decimal): -13488784 or 7351602. OLE color: 7351602.
HSL color Cylindrical-coordinate representation of color #322D70: hue angle of 244.48º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322D70 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 45 | 112 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.56 |
| HSL | 244.48º | 0.43% | 0.31% | - |
| HSV(B) | 244.48º | 0.6% | 0.44% | - |
| XYZ | 5.18 | 3.72 | 15.78 | - |
| YUV | 54.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 112 | 0.55 | 0.60 | 0 | 0.56 | 244.48 | 0.43 | 0.31 |
| Hex | 32 | 2D | 70 | 37 | 3C | 0 | 38 | F4 | 2B | 1F |
| Octal | 62 | 55 | 160 | 67 | 74 | 0 | 70 | 364 | 53 | 37 |
| Binary | 110010 | 101101 | 1110000 | 110111 | 111100 | 0 | 111000 | 11110100 | 101011 | 11111 |
Color Harmonies of #322D70
Complementary color
Monochromatic Colors of #322D70
Black with #322D70
Text Example
Text Example
White with #322D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D70; }
p { color: rgb(50,45,112); }
H1.HeaderClassName
{
color: #322D70;
}
.AnyTagClassName
{
color: #322D70;
}
</style>
background-color css
<style>
a { background-color: #322D70; }
a { background-color: rgb(50,45,112); }
div.DivClassName
{
background-color: #322D70;
}
.BgClassName
{
background-color: #322D70;
}
</style>
border-color css
<style>
span { border-color: #322D70; }
span { border-color: rgb(50,45,112); }
td.TdClassName
{
border-color: #322D70;
}
.TagClassName
{
border-color: #322D70;
}
</style>