Shades of Deep Koamaru #322E65
Tints of Deep Koamaru #322E65
RGB
CMYK
RGB Variations
Color information
#322E65 (or 0x322E65) is known color: Deep Koamaru. HEX triplet: 32, 2E and 65. RGB value is (50,46,101). Sum of RGB (Red+Green+Blue) = 50+46+101=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #322E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E65 is #CDD19A. Grayscale: #353535. Windows color (decimal): -13488539 or 6630962. OLE color: 6630962.
HSL color Cylindrical-coordinate representation of color #322E65: hue angle of 244.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322E65 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 46 | 101 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.60 |
| HSL | 244.36º | 0.37% | 0.29% | - |
| HSV(B) | 244.36º | 0.54% | 0.4% | - |
| XYZ | 4.64 | 3.57 | 12.76 | - |
| YUV | 53.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 101 | 0.50 | 0.54 | 0 | 0.60 | 244.36 | 0.37 | 0.29 |
| Hex | 32 | 2E | 65 | 32 | 36 | 0 | 3C | F4 | 25 | 1D |
| Octal | 62 | 56 | 145 | 62 | 66 | 0 | 74 | 364 | 45 | 35 |
| Binary | 110010 | 101110 | 1100101 | 110010 | 110110 | 0 | 111100 | 11110100 | 100101 | 11101 |
Color Harmonies of #322E65
Complementary color
Monochromatic Colors of #322E65
Black with #322E65
Text Example
Text Example
White with #322E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E65; }
p { color: rgb(50,46,101); }
H1.HeaderClassName
{
color: #322E65;
}
.AnyTagClassName
{
color: #322E65;
}
</style>
background-color css
<style>
a { background-color: #322E65; }
a { background-color: rgb(50,46,101); }
div.DivClassName
{
background-color: #322E65;
}
.BgClassName
{
background-color: #322E65;
}
</style>
border-color css
<style>
span { border-color: #322E65; }
span { border-color: rgb(50,46,101); }
td.TdClassName
{
border-color: #322E65;
}
.TagClassName
{
border-color: #322E65;
}
</style>