Shades of Deep Koamaru #322F5E
Tints of Deep Koamaru #322F5E
RGB
CMYK
RGB Variations
Color information
#322F5E (or 0x322F5E) is known color: Deep Koamaru. HEX triplet: 32, 2F and 5E. RGB value is (50,47,94). Sum of RGB (Red+Green+Blue) = 50+47+94=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #322F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F5E is #CDD0A1. Grayscale: #353535. Windows color (decimal): -13488290 or 6172466. OLE color: 6172466.
HSL color Cylindrical-coordinate representation of color #322F5E: hue angle of 243.83º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322F5E is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 50 | 47 | 94 | - |
CMYK | 0.47 | 0.5 | 0 | 0.63 |
HSL | 243.83º | 0.33% | 0.28% | - |
HSV(B) | 243.83º | 0.5% | 0.37% | - |
XYZ | 4.35 | 3.52 | 11.04 | - |
YUV | 53.26 | 150.99 | 125.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 47 | 94 | 0.47 | 0.5 | 0 | 0.63 | 243.83 | 0.33 | 0.28 |
Hex | 32 | 2F | 5E | 2F | 32 | 0 | 3F | F4 | 21 | 1C |
Octal | 62 | 57 | 136 | 57 | 62 | 0 | 77 | 364 | 41 | 34 |
Binary | 110010 | 101111 | 1011110 | 101111 | 110010 | 0 | 111111 | 11110100 | 100001 | 11100 |
Color Harmonies of #322F5E
Complementary color
Monochromatic Colors of #322F5E
Black with #322F5E
Text Example
Text Example
White with #322F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F5E; }
p { color: rgb(50,47,94); }
H1.HeaderClassName
{
color: #322F5E;
}
.AnyTagClassName
{
color: #322F5E;
}
</style>
background-color css
<style>
a { background-color: #322F5E; }
a { background-color: rgb(50,47,94); }
div.DivClassName
{
background-color: #322F5E;
}
.BgClassName
{
background-color: #322F5E;
}
</style>
border-color css
<style>
span { border-color: #322F5E; }
span { border-color: rgb(50,47,94); }
td.TdClassName
{
border-color: #322F5E;
}
.TagClassName
{
border-color: #322F5E;
}
</style>