Shades of Deep Koamaru #32355D
Tints of Deep Koamaru #32355D
RGB
CMYK
RGB Variations
Color information
#32355D (or 0x32355D) is known color: Deep Koamaru. HEX triplet: 32, 35 and 5D. RGB value is (50,53,93). Sum of RGB (Red+Green+Blue) = 50+53+93=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #32355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32355D is #CDCAA2. Grayscale: #383838. Windows color (decimal): -13486755 or 6108466. OLE color: 6108466.
HSL color Cylindrical-coordinate representation of color #32355D: hue angle of 235.81º 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 #32355D is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 53 | 93 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.64 |
| HSL | 235.81º | 0.3% | 0.28% | - |
| HSV(B) | 235.81º | 0.46% | 0.36% | - |
| XYZ | 4.56 | 4.01 | 10.89 | - |
| YUV | 56.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 93 | 0.46 | 0.43 | 0 | 0.64 | 235.81 | 0.3 | 0.28 |
| Hex | 32 | 35 | 5D | 2E | 2B | 0 | 40 | EC | 1E | 1C |
| Octal | 62 | 65 | 135 | 56 | 53 | 0 | 100 | 354 | 36 | 34 |
| Binary | 110010 | 110101 | 1011101 | 101110 | 101011 | 0 | 1000000 | 11101100 | 11110 | 11100 |
Color Harmonies of #32355D
Complementary color
Monochromatic Colors of #32355D
Black with #32355D
Text Example
Text Example
White with #32355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32355D; }
p { color: rgb(50,53,93); }
H1.HeaderClassName
{
color: #32355D;
}
.AnyTagClassName
{
color: #32355D;
}
</style>
background-color css
<style>
a { background-color: #32355D; }
a { background-color: rgb(50,53,93); }
div.DivClassName
{
background-color: #32355D;
}
.BgClassName
{
background-color: #32355D;
}
</style>
border-color css
<style>
span { border-color: #32355D; }
span { border-color: rgb(50,53,93); }
td.TdClassName
{
border-color: #32355D;
}
.TagClassName
{
border-color: #32355D;
}
</style>