Shades of Deep Koamaru #32346C
Tints of Deep Koamaru #32346C
RGB
CMYK
RGB Variations
Color information
#32346C (or 0x32346C) is known color: Deep Koamaru. HEX triplet: 32, 34 and 6C. RGB value is (50,52,108). Sum of RGB (Red+Green+Blue) = 50+52+108=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #32346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32346C is #CDCB93. Grayscale: #393939. Windows color (decimal): -13486996 or 7091250. OLE color: 7091250.
HSL color Cylindrical-coordinate representation of color #32346C: hue angle of 237.93º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32346C is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 52 | 108 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.58 |
| HSL | 237.93º | 0.37% | 0.31% | - |
| HSV(B) | 237.93º | 0.54% | 0.42% | - |
| XYZ | 5.25 | 4.22 | 14.72 | - |
| YUV | 57.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 108 | 0.54 | 0.52 | 0 | 0.58 | 237.93 | 0.37 | 0.31 |
| Hex | 32 | 34 | 6C | 36 | 34 | 0 | 3A | EE | 25 | 1F |
| Octal | 62 | 64 | 154 | 66 | 64 | 0 | 72 | 356 | 45 | 37 |
| Binary | 110010 | 110100 | 1101100 | 110110 | 110100 | 0 | 111010 | 11101110 | 100101 | 11111 |
Color Harmonies of #32346C
Complementary color
Monochromatic Colors of #32346C
Black with #32346C
Text Example
Text Example
White with #32346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32346C; }
p { color: rgb(50,52,108); }
H1.HeaderClassName
{
color: #32346C;
}
.AnyTagClassName
{
color: #32346C;
}
</style>
background-color css
<style>
a { background-color: #32346C; }
a { background-color: rgb(50,52,108); }
div.DivClassName
{
background-color: #32346C;
}
.BgClassName
{
background-color: #32346C;
}
</style>
border-color css
<style>
span { border-color: #32346C; }
span { border-color: rgb(50,52,108); }
td.TdClassName
{
border-color: #32346C;
}
.TagClassName
{
border-color: #32346C;
}
</style>