Shades of Deep Koamaru #32326D
Tints of Deep Koamaru #32326D
RGB
CMYK
RGB Variations
Color information
#32326D (or 0x32326D) is known color: Deep Koamaru. HEX triplet: 32, 32 and 6D. RGB value is (50,50,109). Sum of RGB (Red+Green+Blue) = 50+50+109=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #32326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32326D is #CDCD92. Grayscale: #383838. Windows color (decimal): -13487507 or 7156274. OLE color: 7156274.
HSL color Cylindrical-coordinate representation of color #32326D: hue angle of 240º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32326D is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 50 | 109 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.57 |
| HSL | 240º | 0.37% | 0.31% | - |
| HSV(B) | 240º | 0.54% | 0.43% | - |
| XYZ | 5.22 | 4.06 | 14.98 | - |
| YUV | 56.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 109 | 0.54 | 0.54 | 0 | 0.57 | 240 | 0.37 | 0.31 |
| Hex | 32 | 32 | 6D | 36 | 36 | 0 | 39 | F0 | 25 | 1F |
| Octal | 62 | 62 | 155 | 66 | 66 | 0 | 71 | 360 | 45 | 37 |
| Binary | 110010 | 110010 | 1101101 | 110110 | 110110 | 0 | 111001 | 11110000 | 100101 | 11111 |
Color Harmonies of #32326D
Complementary color
Monochromatic Colors of #32326D
Black with #32326D
Text Example
Text Example
White with #32326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32326D; }
p { color: rgb(50,50,109); }
H1.HeaderClassName
{
color: #32326D;
}
.AnyTagClassName
{
color: #32326D;
}
</style>
background-color css
<style>
a { background-color: #32326D; }
a { background-color: rgb(50,50,109); }
div.DivClassName
{
background-color: #32326D;
}
.BgClassName
{
background-color: #32326D;
}
</style>
border-color css
<style>
span { border-color: #32326D; }
span { border-color: rgb(50,50,109); }
td.TdClassName
{
border-color: #32326D;
}
.TagClassName
{
border-color: #32326D;
}
</style>