Shades of Deep Koamaru #322F75
Tints of Deep Koamaru #322F75
RGB
CMYK
RGB Variations
Color information
#322F75 (or 0x322F75) is known color: Deep Koamaru. HEX triplet: 32, 2F and 75. RGB value is (50,47,117). Sum of RGB (Red+Green+Blue) = 50+47+117=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #322F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F75 is #CDD08A. Grayscale: #373737. Windows color (decimal): -13488267 or 7679794. OLE color: 7679794.
HSL color Cylindrical-coordinate representation of color #322F75: hue angle of 242.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322F75 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 47 | 117 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.54 |
| HSL | 242.57º | 0.43% | 0.32% | - |
| HSV(B) | 242.57º | 0.6% | 0.46% | - |
| XYZ | 5.54 | 4 | 17.31 | - |
| YUV | 55.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 117 | 0.57 | 0.60 | 0 | 0.54 | 242.57 | 0.43 | 0.32 |
| Hex | 32 | 2F | 75 | 39 | 3C | 0 | 36 | F3 | 2B | 20 |
| Octal | 62 | 57 | 165 | 71 | 74 | 0 | 66 | 363 | 53 | 40 |
| Binary | 110010 | 101111 | 1110101 | 111001 | 111100 | 0 | 110110 | 11110011 | 101011 | 100000 |
Color Harmonies of #322F75
Complementary color
Monochromatic Colors of #322F75
Black with #322F75
Text Example
Text Example
White with #322F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F75; }
p { color: rgb(50,47,117); }
H1.HeaderClassName
{
color: #322F75;
}
.AnyTagClassName
{
color: #322F75;
}
</style>
background-color css
<style>
a { background-color: #322F75; }
a { background-color: rgb(50,47,117); }
div.DivClassName
{
background-color: #322F75;
}
.BgClassName
{
background-color: #322F75;
}
</style>
border-color css
<style>
span { border-color: #322F75; }
span { border-color: rgb(50,47,117); }
td.TdClassName
{
border-color: #322F75;
}
.TagClassName
{
border-color: #322F75;
}
</style>