Shades of Deep Koamaru #322F78
Tints of Deep Koamaru #322F78
RGB
CMYK
RGB Variations
Color information
#322F78 (or 0x322F78) is known color: Deep Koamaru. HEX triplet: 32, 2F and 78. RGB value is (50,47,120). Sum of RGB (Red+Green+Blue) = 50+47+120=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #322F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F78 is #CDD087. Grayscale: #373737. Windows color (decimal): -13488264 or 7876402. OLE color: 7876402.
HSL color Cylindrical-coordinate representation of color #322F78: hue angle of 242.47º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322F78 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 47 | 120 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.53 |
| HSL | 242.47º | 0.44% | 0.33% | - |
| HSV(B) | 242.47º | 0.61% | 0.47% | - |
| XYZ | 5.72 | 4.07 | 18.25 | - |
| YUV | 56.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 120 | 0.58 | 0.61 | 0 | 0.53 | 242.47 | 0.44 | 0.33 |
| Hex | 32 | 2F | 78 | 3A | 3D | 0 | 35 | F2 | 2C | 21 |
| Octal | 62 | 57 | 170 | 72 | 75 | 0 | 65 | 362 | 54 | 41 |
| Binary | 110010 | 101111 | 1111000 | 111010 | 111101 | 0 | 110101 | 11110010 | 101100 | 100001 |
Color Harmonies of #322F78
Complementary color
Monochromatic Colors of #322F78
Black with #322F78
Text Example
Text Example
White with #322F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F78; }
p { color: rgb(50,47,120); }
H1.HeaderClassName
{
color: #322F78;
}
.AnyTagClassName
{
color: #322F78;
}
</style>
background-color css
<style>
a { background-color: #322F78; }
a { background-color: rgb(50,47,120); }
div.DivClassName
{
background-color: #322F78;
}
.BgClassName
{
background-color: #322F78;
}
</style>
border-color css
<style>
span { border-color: #322F78; }
span { border-color: rgb(50,47,120); }
td.TdClassName
{
border-color: #322F78;
}
.TagClassName
{
border-color: #322F78;
}
</style>