Shades of Deep Koamaru #32345A
Tints of Deep Koamaru #32345A
RGB
CMYK
RGB Variations
Color information
#32345A (or 0x32345A) is known color: Deep Koamaru. HEX triplet: 32, 34 and 5A. RGB value is (50,52,90). Sum of RGB (Red+Green+Blue) = 50+52+90=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #32345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32345A is #CDCBA5. Grayscale: #373737. Windows color (decimal): -13487014 or 5911602. OLE color: 5911602.
HSL color Cylindrical-coordinate representation of color #32345A: hue angle of 237º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32345A is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 52 | 90 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.65 |
| HSL | 237º | 0.29% | 0.27% | - |
| HSV(B) | 237º | 0.44% | 0.35% | - |
| XYZ | 4.39 | 3.87 | 10.19 | - |
| YUV | 55.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 90 | 0.44 | 0.42 | 0 | 0.65 | 237 | 0.29 | 0.27 |
| Hex | 32 | 34 | 5A | 2C | 2A | 0 | 41 | ED | 1D | 1B |
| Octal | 62 | 64 | 132 | 54 | 52 | 0 | 101 | 355 | 35 | 33 |
| Binary | 110010 | 110100 | 1011010 | 101100 | 101010 | 0 | 1000001 | 11101101 | 11101 | 11011 |
Color Harmonies of #32345A
Complementary color
Monochromatic Colors of #32345A
Black with #32345A
Text Example
Text Example
White with #32345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32345A; }
p { color: rgb(50,52,90); }
H1.HeaderClassName
{
color: #32345A;
}
.AnyTagClassName
{
color: #32345A;
}
</style>
background-color css
<style>
a { background-color: #32345A; }
a { background-color: rgb(50,52,90); }
div.DivClassName
{
background-color: #32345A;
}
.BgClassName
{
background-color: #32345A;
}
</style>
border-color css
<style>
span { border-color: #32345A; }
span { border-color: rgb(50,52,90); }
td.TdClassName
{
border-color: #32345A;
}
.TagClassName
{
border-color: #32345A;
}
</style>