Shades of Deep Koamaru #322E73
Tints of Deep Koamaru #322E73
RGB
CMYK
RGB Variations
Color information
#322E73 (or 0x322E73) is known color: Deep Koamaru. HEX triplet: 32, 2E and 73. RGB value is (50,46,115). Sum of RGB (Red+Green+Blue) = 50+46+115=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #322E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E73 is #CDD18C. Grayscale: #363636. Windows color (decimal): -13488525 or 7548466. OLE color: 7548466.
HSL color Cylindrical-coordinate representation of color #322E73: hue angle of 243.48º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322E73 is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 46 | 115 | - |
| CMYK | 0.57 | 0.6 | 0 | 0.55 |
| HSL | 243.48º | 0.43% | 0.32% | - |
| HSV(B) | 243.48º | 0.6% | 0.45% | - |
| XYZ | 5.39 | 3.87 | 16.68 | - |
| YUV | 55.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 115 | 0.57 | 0.6 | 0 | 0.55 | 243.48 | 0.43 | 0.32 |
| Hex | 32 | 2E | 73 | 39 | 3C | 0 | 37 | F3 | 2B | 20 |
| Octal | 62 | 56 | 163 | 71 | 74 | 0 | 67 | 363 | 53 | 40 |
| Binary | 110010 | 101110 | 1110011 | 111001 | 111100 | 0 | 110111 | 11110011 | 101011 | 100000 |
Color Harmonies of #322E73
Complementary color
Monochromatic Colors of #322E73
Black with #322E73
Text Example
Text Example
White with #322E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E73; }
p { color: rgb(50,46,115); }
H1.HeaderClassName
{
color: #322E73;
}
.AnyTagClassName
{
color: #322E73;
}
</style>
background-color css
<style>
a { background-color: #322E73; }
a { background-color: rgb(50,46,115); }
div.DivClassName
{
background-color: #322E73;
}
.BgClassName
{
background-color: #322E73;
}
</style>
border-color css
<style>
span { border-color: #322E73; }
span { border-color: rgb(50,46,115); }
td.TdClassName
{
border-color: #322E73;
}
.TagClassName
{
border-color: #322E73;
}
</style>