Shades of Deep Koamaru #32326C
Tints of Deep Koamaru #32326C
RGB
CMYK
RGB Variations
Color information
#32326C (or 0x32326C) is known color: Deep Koamaru. HEX triplet: 32, 32 and 6C. RGB value is (50,50,108). Sum of RGB (Red+Green+Blue) = 50+50+108=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #32326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32326C is #CDCD93. Grayscale: #383838. Windows color (decimal): -13487508 or 7090738. OLE color: 7090738.
HSL color Cylindrical-coordinate representation of color #32326C: hue angle of 240º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32326C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 50 | 108 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.58 |
| HSL | 240º | 0.37% | 0.31% | - |
| HSV(B) | 240º | 0.54% | 0.42% | - |
| XYZ | 5.16 | 4.04 | 14.7 | - |
| YUV | 56.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 108 | 0.54 | 0.54 | 0 | 0.58 | 240 | 0.37 | 0.31 |
| Hex | 32 | 32 | 6C | 36 | 36 | 0 | 3A | F0 | 25 | 1F |
| Octal | 62 | 62 | 154 | 66 | 66 | 0 | 72 | 360 | 45 | 37 |
| Binary | 110010 | 110010 | 1101100 | 110110 | 110110 | 0 | 111010 | 11110000 | 100101 | 11111 |
Color Harmonies of #32326C
Complementary color
Monochromatic Colors of #32326C
Black with #32326C
Text Example
Text Example
White with #32326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32326C; }
p { color: rgb(50,50,108); }
H1.HeaderClassName
{
color: #32326C;
}
.AnyTagClassName
{
color: #32326C;
}
</style>
background-color css
<style>
a { background-color: #32326C; }
a { background-color: rgb(50,50,108); }
div.DivClassName
{
background-color: #32326C;
}
.BgClassName
{
background-color: #32326C;
}
</style>
border-color css
<style>
span { border-color: #32326C; }
span { border-color: rgb(50,50,108); }
td.TdClassName
{
border-color: #32326C;
}
.TagClassName
{
border-color: #32326C;
}
</style>