Shades of Deep Koamaru #32297B
Tints of Deep Koamaru #32297B
RGB
CMYK
RGB Variations
Color information
#32297B (or 0x32297B) is known color: Deep Koamaru. HEX triplet: 32, 29 and 7B. RGB value is (50,41,123). Sum of RGB (Red+Green+Blue) = 50+41+123=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #32297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32297B is #CDD684. Grayscale: #343434. Windows color (decimal): -13489797 or 8071474. OLE color: 8071474.
HSL color Cylindrical-coordinate representation of color #32297B: hue angle of 246.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32297B is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 41 | 123 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.52 |
| HSL | 246.59º | 0.5% | 0.32% | - |
| HSV(B) | 246.59º | 0.67% | 0.48% | - |
| XYZ | 5.68 | 3.69 | 19.15 | - |
| YUV | 53.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 123 | 0.59 | 0.67 | 0 | 0.52 | 246.59 | 0.5 | 0.32 |
| Hex | 32 | 29 | 7B | 3B | 43 | 0 | 34 | F7 | 32 | 20 |
| Octal | 62 | 51 | 173 | 73 | 103 | 0 | 64 | 367 | 62 | 40 |
| Binary | 110010 | 101001 | 1111011 | 111011 | 1000011 | 0 | 110100 | 11110111 | 110010 | 100000 |
Color Harmonies of #32297B
Complementary color
Monochromatic Colors of #32297B
Black with #32297B
Text Example
Text Example
White with #32297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32297B; }
p { color: rgb(50,41,123); }
H1.HeaderClassName
{
color: #32297B;
}
.AnyTagClassName
{
color: #32297B;
}
</style>
background-color css
<style>
a { background-color: #32297B; }
a { background-color: rgb(50,41,123); }
div.DivClassName
{
background-color: #32297B;
}
.BgClassName
{
background-color: #32297B;
}
</style>
border-color css
<style>
span { border-color: #32297B; }
span { border-color: rgb(50,41,123); }
td.TdClassName
{
border-color: #32297B;
}
.TagClassName
{
border-color: #32297B;
}
</style>