Shades of Deep Koamaru #323472
Tints of Deep Koamaru #323472
RGB
CMYK
RGB Variations
Color information
#323472 (or 0x323472) is known color: Deep Koamaru. HEX triplet: 32, 34 and 72. RGB value is (50,52,114). Sum of RGB (Red+Green+Blue) = 50+52+114=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #323472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323472 is #CDCB8D. Grayscale: #3A3A3A. Windows color (decimal): -13486990 or 7484466. OLE color: 7484466.
HSL color Cylindrical-coordinate representation of color #323472: hue angle of 238.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323472 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 52 | 114 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.55 |
| HSL | 238.13º | 0.39% | 0.32% | - |
| HSV(B) | 238.13º | 0.56% | 0.45% | - |
| XYZ | 5.58 | 4.35 | 16.46 | - |
| YUV | 58.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 114 | 0.56 | 0.54 | 0 | 0.55 | 238.13 | 0.39 | 0.32 |
| Hex | 32 | 34 | 72 | 38 | 36 | 0 | 37 | EE | 27 | 20 |
| Octal | 62 | 64 | 162 | 70 | 66 | 0 | 67 | 356 | 47 | 40 |
| Binary | 110010 | 110100 | 1110010 | 111000 | 110110 | 0 | 110111 | 11101110 | 100111 | 100000 |
Color Harmonies of #323472
Complementary color
Monochromatic Colors of #323472
Black with #323472
Text Example
Text Example
White with #323472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323472; }
p { color: rgb(50,52,114); }
H1.HeaderClassName
{
color: #323472;
}
.AnyTagClassName
{
color: #323472;
}
</style>
background-color css
<style>
a { background-color: #323472; }
a { background-color: rgb(50,52,114); }
div.DivClassName
{
background-color: #323472;
}
.BgClassName
{
background-color: #323472;
}
</style>
border-color css
<style>
span { border-color: #323472; }
span { border-color: rgb(50,52,114); }
td.TdClassName
{
border-color: #323472;
}
.TagClassName
{
border-color: #323472;
}
</style>