Shades of Deep Koamaru #32336D
Tints of Deep Koamaru #32336D
RGB
CMYK
RGB Variations
Color information
#32336D (or 0x32336D) is known color: Deep Koamaru. HEX triplet: 32, 33 and 6D. RGB value is (50,51,109). Sum of RGB (Red+Green+Blue) = 50+51+109=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #32336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32336D is #CDCC92. Grayscale: #393939. Windows color (decimal): -13487251 or 7156530. OLE color: 7156530.
HSL color Cylindrical-coordinate representation of color #32336D: hue angle of 238.98º 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 #32336D is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 51 | 109 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.57 |
| HSL | 238.98º | 0.37% | 0.31% | - |
| HSV(B) | 238.98º | 0.54% | 0.43% | - |
| XYZ | 5.26 | 4.15 | 14.99 | - |
| YUV | 57.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 109 | 0.54 | 0.53 | 0 | 0.57 | 238.98 | 0.37 | 0.31 |
| Hex | 32 | 33 | 6D | 36 | 35 | 0 | 39 | EF | 25 | 1F |
| Octal | 62 | 63 | 155 | 66 | 65 | 0 | 71 | 357 | 45 | 37 |
| Binary | 110010 | 110011 | 1101101 | 110110 | 110101 | 0 | 111001 | 11101111 | 100101 | 11111 |
Color Harmonies of #32336D
Complementary color
Monochromatic Colors of #32336D
Black with #32336D
Text Example
Text Example
White with #32336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32336D; }
p { color: rgb(50,51,109); }
H1.HeaderClassName
{
color: #32336D;
}
.AnyTagClassName
{
color: #32336D;
}
</style>
background-color css
<style>
a { background-color: #32336D; }
a { background-color: rgb(50,51,109); }
div.DivClassName
{
background-color: #32336D;
}
.BgClassName
{
background-color: #32336D;
}
</style>
border-color css
<style>
span { border-color: #32336D; }
span { border-color: rgb(50,51,109); }
td.TdClassName
{
border-color: #32336D;
}
.TagClassName
{
border-color: #32336D;
}
</style>