Shades of Deep Koamaru #323061
Tints of Deep Koamaru #323061
RGB
CMYK
RGB Variations
Color information
#323061 (or 0x323061) is known color: Deep Koamaru. HEX triplet: 32, 30 and 61. RGB value is (50,48,97). Sum of RGB (Red+Green+Blue) = 50+48+97=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #323061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323061 is #CDCF9E. Grayscale: #353535. Windows color (decimal): -13488031 or 6369330. OLE color: 6369330.
HSL color Cylindrical-coordinate representation of color #323061: hue angle of 242.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323061 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 48 | 97 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.62 |
| HSL | 242.45º | 0.34% | 0.28% | - |
| HSV(B) | 242.45º | 0.51% | 0.38% | - |
| XYZ | 4.53 | 3.66 | 11.78 | - |
| YUV | 54.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 97 | 0.48 | 0.51 | 0 | 0.62 | 242.45 | 0.34 | 0.28 |
| Hex | 32 | 30 | 61 | 30 | 33 | 0 | 3E | F2 | 22 | 1C |
| Octal | 62 | 60 | 141 | 60 | 63 | 0 | 76 | 362 | 42 | 34 |
| Binary | 110010 | 110000 | 1100001 | 110000 | 110011 | 0 | 111110 | 11110010 | 100010 | 11100 |
Color Harmonies of #323061
Complementary color
Monochromatic Colors of #323061
Black with #323061
Text Example
Text Example
White with #323061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323061; }
p { color: rgb(50,48,97); }
H1.HeaderClassName
{
color: #323061;
}
.AnyTagClassName
{
color: #323061;
}
</style>
background-color css
<style>
a { background-color: #323061; }
a { background-color: rgb(50,48,97); }
div.DivClassName
{
background-color: #323061;
}
.BgClassName
{
background-color: #323061;
}
</style>
border-color css
<style>
span { border-color: #323061; }
span { border-color: rgb(50,48,97); }
td.TdClassName
{
border-color: #323061;
}
.TagClassName
{
border-color: #323061;
}
</style>