Shades of Deep Koamaru #32335B
Tints of Deep Koamaru #32335B
RGB
CMYK
RGB Variations
Color information
#32335B (or 0x32335B) is known color: Deep Koamaru. HEX triplet: 32, 33 and 5B. RGB value is (50,51,91). Sum of RGB (Red+Green+Blue) = 50+51+91=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #32335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335B is #CDCCA4. Grayscale: #373737. Windows color (decimal): -13487269 or 5976882. OLE color: 5976882.
HSL color Cylindrical-coordinate representation of color #32335B: hue angle of 238.54º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32335B is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 51 | 91 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.64 |
| HSL | 238.54º | 0.29% | 0.28% | - |
| HSV(B) | 238.54º | 0.45% | 0.36% | - |
| XYZ | 4.39 | 3.8 | 10.4 | - |
| YUV | 55.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 91 | 0.45 | 0.44 | 0 | 0.64 | 238.54 | 0.29 | 0.28 |
| Hex | 32 | 33 | 5B | 2D | 2C | 0 | 40 | EF | 1D | 1C |
| Octal | 62 | 63 | 133 | 55 | 54 | 0 | 100 | 357 | 35 | 34 |
| Binary | 110010 | 110011 | 1011011 | 101101 | 101100 | 0 | 1000000 | 11101111 | 11101 | 11100 |
Color Harmonies of #32335B
Complementary color
Monochromatic Colors of #32335B
Black with #32335B
Text Example
Text Example
White with #32335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32335B; }
p { color: rgb(50,51,91); }
H1.HeaderClassName
{
color: #32335B;
}
.AnyTagClassName
{
color: #32335B;
}
</style>
background-color css
<style>
a { background-color: #32335B; }
a { background-color: rgb(50,51,91); }
div.DivClassName
{
background-color: #32335B;
}
.BgClassName
{
background-color: #32335B;
}
</style>
border-color css
<style>
span { border-color: #32335B; }
span { border-color: rgb(50,51,91); }
td.TdClassName
{
border-color: #32335B;
}
.TagClassName
{
border-color: #32335B;
}
</style>