Shades of Deep Koamaru #32355C
Tints of Deep Koamaru #32355C
RGB
CMYK
RGB Variations
Color information
#32355C (or 0x32355C) is known color: Deep Koamaru. HEX triplet: 32, 35 and 5C. RGB value is (50,53,92). Sum of RGB (Red+Green+Blue) = 50+53+92=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #32355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32355C is #CDCAA3. Grayscale: #383838. Windows color (decimal): -13486756 or 6042930. OLE color: 6042930.
HSL color Cylindrical-coordinate representation of color #32355C: hue angle of 235.71º 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 #32355C is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 53 | 92 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.64 |
| HSL | 235.71º | 0.3% | 0.28% | - |
| HSV(B) | 235.71º | 0.46% | 0.36% | - |
| XYZ | 4.52 | 4 | 10.66 | - |
| YUV | 56.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 92 | 0.46 | 0.42 | 0 | 0.64 | 235.71 | 0.3 | 0.28 |
| Hex | 32 | 35 | 5C | 2E | 2A | 0 | 40 | EC | 1E | 1C |
| Octal | 62 | 65 | 134 | 56 | 52 | 0 | 100 | 354 | 36 | 34 |
| Binary | 110010 | 110101 | 1011100 | 101110 | 101010 | 0 | 1000000 | 11101100 | 11110 | 11100 |
Color Harmonies of #32355C
Complementary color
Monochromatic Colors of #32355C
Black with #32355C
Text Example
Text Example
White with #32355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32355C; }
p { color: rgb(50,53,92); }
H1.HeaderClassName
{
color: #32355C;
}
.AnyTagClassName
{
color: #32355C;
}
</style>
background-color css
<style>
a { background-color: #32355C; }
a { background-color: rgb(50,53,92); }
div.DivClassName
{
background-color: #32355C;
}
.BgClassName
{
background-color: #32355C;
}
</style>
border-color css
<style>
span { border-color: #32355C; }
span { border-color: rgb(50,53,92); }
td.TdClassName
{
border-color: #32355C;
}
.TagClassName
{
border-color: #32355C;
}
</style>