Shades of Deep Koamaru #32335D
Tints of Deep Koamaru #32335D
RGB
CMYK
RGB Variations
Color information
#32335D (or 0x32335D) is known color: Deep Koamaru. HEX triplet: 32, 33 and 5D. RGB value is (50,51,93). Sum of RGB (Red+Green+Blue) = 50+51+93=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #32335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335D is #CDCCA2. Grayscale: #373737. Windows color (decimal): -13487267 or 6107954. OLE color: 6107954.
HSL color Cylindrical-coordinate representation of color #32335D: hue angle of 238.6º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32335D is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 51 | 93 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.64 |
| HSL | 238.6º | 0.3% | 0.28% | - |
| HSV(B) | 238.6º | 0.46% | 0.36% | - |
| XYZ | 4.48 | 3.84 | 10.86 | - |
| YUV | 55.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 93 | 0.46 | 0.45 | 0 | 0.64 | 238.6 | 0.3 | 0.28 |
| Hex | 32 | 33 | 5D | 2E | 2D | 0 | 40 | EF | 1E | 1C |
| Octal | 62 | 63 | 135 | 56 | 55 | 0 | 100 | 357 | 36 | 34 |
| Binary | 110010 | 110011 | 1011101 | 101110 | 101101 | 0 | 1000000 | 11101111 | 11110 | 11100 |
Color Harmonies of #32335D
Complementary color
Monochromatic Colors of #32335D
Black with #32335D
Text Example
Text Example
White with #32335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32335D; }
p { color: rgb(50,51,93); }
H1.HeaderClassName
{
color: #32335D;
}
.AnyTagClassName
{
color: #32335D;
}
</style>
background-color css
<style>
a { background-color: #32335D; }
a { background-color: rgb(50,51,93); }
div.DivClassName
{
background-color: #32335D;
}
.BgClassName
{
background-color: #32335D;
}
</style>
border-color css
<style>
span { border-color: #32335D; }
span { border-color: rgb(50,51,93); }
td.TdClassName
{
border-color: #32335D;
}
.TagClassName
{
border-color: #32335D;
}
</style>