Shades of Deep Koamaru #322E6B
Tints of Deep Koamaru #322E6B
RGB
CMYK
RGB Variations
Color information
#322E6B (or 0x322E6B) is known color: Deep Koamaru. HEX triplet: 32, 2E and 6B. RGB value is (50,46,107). Sum of RGB (Red+Green+Blue) = 50+46+107=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #322E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E6B is #CDD194. Grayscale: #353535. Windows color (decimal): -13488533 or 7024178. OLE color: 7024178.
HSL color Cylindrical-coordinate representation of color #322E6B: hue angle of 243.93º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322E6B is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 46 | 107 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.58 |
| HSL | 243.93º | 0.4% | 0.3% | - |
| HSV(B) | 243.93º | 0.57% | 0.42% | - |
| XYZ | 4.95 | 3.69 | 14.36 | - |
| YUV | 54.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 107 | 0.53 | 0.57 | 0 | 0.58 | 243.93 | 0.4 | 0.3 |
| Hex | 32 | 2E | 6B | 35 | 39 | 0 | 3A | F4 | 28 | 1E |
| Octal | 62 | 56 | 153 | 65 | 71 | 0 | 72 | 364 | 50 | 36 |
| Binary | 110010 | 101110 | 1101011 | 110101 | 111001 | 0 | 111010 | 11110100 | 101000 | 11110 |
Color Harmonies of #322E6B
Complementary color
Monochromatic Colors of #322E6B
Black with #322E6B
Text Example
Text Example
White with #322E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E6B; }
p { color: rgb(50,46,107); }
H1.HeaderClassName
{
color: #322E6B;
}
.AnyTagClassName
{
color: #322E6B;
}
</style>
background-color css
<style>
a { background-color: #322E6B; }
a { background-color: rgb(50,46,107); }
div.DivClassName
{
background-color: #322E6B;
}
.BgClassName
{
background-color: #322E6B;
}
</style>
border-color css
<style>
span { border-color: #322E6B; }
span { border-color: rgb(50,46,107); }
td.TdClassName
{
border-color: #322E6B;
}
.TagClassName
{
border-color: #322E6B;
}
</style>