Shades of Deep Koamaru #32335F
Tints of Deep Koamaru #32335F
RGB
CMYK
RGB Variations
Color information
#32335F (or 0x32335F) is known color: Deep Koamaru. HEX triplet: 32, 33 and 5F. RGB value is (50,51,95). Sum of RGB (Red+Green+Blue) = 50+51+95=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #32335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335F is #CDCCA0. Grayscale: #373737. Windows color (decimal): -13487265 or 6239026. OLE color: 6239026.
HSL color Cylindrical-coordinate representation of color #32335F: hue angle of 238.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32335F is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 51 | 95 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.63 |
| HSL | 238.67º | 0.31% | 0.28% | - |
| HSV(B) | 238.67º | 0.47% | 0.37% | - |
| XYZ | 4.56 | 3.87 | 11.33 | - |
| YUV | 55.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 95 | 0.47 | 0.46 | 0 | 0.63 | 238.67 | 0.31 | 0.28 |
| Hex | 32 | 33 | 5F | 2F | 2E | 0 | 3F | EF | 1F | 1C |
| Octal | 62 | 63 | 137 | 57 | 56 | 0 | 77 | 357 | 37 | 34 |
| Binary | 110010 | 110011 | 1011111 | 101111 | 101110 | 0 | 111111 | 11101111 | 11111 | 11100 |
Color Harmonies of #32335F
Complementary color
Monochromatic Colors of #32335F
Black with #32335F
Text Example
Text Example
White with #32335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32335F; }
p { color: rgb(50,51,95); }
H1.HeaderClassName
{
color: #32335F;
}
.AnyTagClassName
{
color: #32335F;
}
</style>
background-color css
<style>
a { background-color: #32335F; }
a { background-color: rgb(50,51,95); }
div.DivClassName
{
background-color: #32335F;
}
.BgClassName
{
background-color: #32335F;
}
</style>
border-color css
<style>
span { border-color: #32335F; }
span { border-color: rgb(50,51,95); }
td.TdClassName
{
border-color: #32335F;
}
.TagClassName
{
border-color: #32335F;
}
</style>