Shades of Deep Koamaru #322E67
Tints of Deep Koamaru #322E67
RGB
CMYK
RGB Variations
Color information
#322E67 (or 0x322E67) is known color: Deep Koamaru. HEX triplet: 32, 2E and 67. RGB value is (50,46,103). Sum of RGB (Red+Green+Blue) = 50+46+103=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #322E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E67 is #CDD198. Grayscale: #353535. Windows color (decimal): -13488537 or 6762034. OLE color: 6762034.
HSL color Cylindrical-coordinate representation of color #322E67: hue angle of 244.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322E67 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 46 | 103 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.60 |
| HSL | 244.21º | 0.38% | 0.29% | - |
| HSV(B) | 244.21º | 0.55% | 0.4% | - |
| XYZ | 4.74 | 3.61 | 13.28 | - |
| YUV | 53.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 103 | 0.51 | 0.55 | 0 | 0.60 | 244.21 | 0.38 | 0.29 |
| Hex | 32 | 2E | 67 | 33 | 37 | 0 | 3C | F4 | 26 | 1D |
| Octal | 62 | 56 | 147 | 63 | 67 | 0 | 74 | 364 | 46 | 35 |
| Binary | 110010 | 101110 | 1100111 | 110011 | 110111 | 0 | 111100 | 11110100 | 100110 | 11101 |
Color Harmonies of #322E67
Complementary color
Monochromatic Colors of #322E67
Black with #322E67
Text Example
Text Example
White with #322E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E67; }
p { color: rgb(50,46,103); }
H1.HeaderClassName
{
color: #322E67;
}
.AnyTagClassName
{
color: #322E67;
}
</style>
background-color css
<style>
a { background-color: #322E67; }
a { background-color: rgb(50,46,103); }
div.DivClassName
{
background-color: #322E67;
}
.BgClassName
{
background-color: #322E67;
}
</style>
border-color css
<style>
span { border-color: #322E67; }
span { border-color: rgb(50,46,103); }
td.TdClassName
{
border-color: #322E67;
}
.TagClassName
{
border-color: #322E67;
}
</style>