Shades of Deep Koamaru #323461
Tints of Deep Koamaru #323461
RGB
CMYK
RGB Variations
Color information
#323461 (or 0x323461) is known color: Deep Koamaru. HEX triplet: 32, 34 and 61. RGB value is (50,52,97). Sum of RGB (Red+Green+Blue) = 50+52+97=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #323461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323461 is #CDCB9E. Grayscale: #383838. Windows color (decimal): -13487007 or 6370354. OLE color: 6370354.
HSL color Cylindrical-coordinate representation of color #323461: hue angle of 237.45º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323461 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 52 | 97 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.62 |
| HSL | 237.45º | 0.32% | 0.29% | - |
| HSV(B) | 237.45º | 0.48% | 0.38% | - |
| XYZ | 4.7 | 4 | 11.83 | - |
| YUV | 56.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 97 | 0.48 | 0.46 | 0 | 0.62 | 237.45 | 0.32 | 0.29 |
| Hex | 32 | 34 | 61 | 30 | 2E | 0 | 3E | ED | 20 | 1D |
| Octal | 62 | 64 | 141 | 60 | 56 | 0 | 76 | 355 | 40 | 35 |
| Binary | 110010 | 110100 | 1100001 | 110000 | 101110 | 0 | 111110 | 11101101 | 100000 | 11101 |
Color Harmonies of #323461
Complementary color
Monochromatic Colors of #323461
Black with #323461
Text Example
Text Example
White with #323461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323461; }
p { color: rgb(50,52,97); }
H1.HeaderClassName
{
color: #323461;
}
.AnyTagClassName
{
color: #323461;
}
</style>
background-color css
<style>
a { background-color: #323461; }
a { background-color: rgb(50,52,97); }
div.DivClassName
{
background-color: #323461;
}
.BgClassName
{
background-color: #323461;
}
</style>
border-color css
<style>
span { border-color: #323461; }
span { border-color: rgb(50,52,97); }
td.TdClassName
{
border-color: #323461;
}
.TagClassName
{
border-color: #323461;
}
</style>