Shades of Deep Koamaru #323466
Tints of Deep Koamaru #323466
RGB
CMYK
RGB Variations
Color information
#323466 (or 0x323466) is known color: Deep Koamaru. HEX triplet: 32, 34 and 66. RGB value is (50,52,102). Sum of RGB (Red+Green+Blue) = 50+52+102=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #323466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323466 is #CDCB99. Grayscale: #383838. Windows color (decimal): -13487002 or 6698034. OLE color: 6698034.
HSL color Cylindrical-coordinate representation of color #323466: hue angle of 237.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #323466 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 52 | 102 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.6 |
| HSL | 237.69º | 0.34% | 0.3% | - |
| HSV(B) | 237.69º | 0.51% | 0.4% | - |
| XYZ | 4.94 | 4.09 | 13.1 | - |
| YUV | 57.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 102 | 0.51 | 0.49 | 0 | 0.6 | 237.69 | 0.34 | 0.3 |
| Hex | 32 | 34 | 66 | 33 | 31 | 0 | 3C | EE | 22 | 1E |
| Octal | 62 | 64 | 146 | 63 | 61 | 0 | 74 | 356 | 42 | 36 |
| Binary | 110010 | 110100 | 1100110 | 110011 | 110001 | 0 | 111100 | 11101110 | 100010 | 11110 |
Color Harmonies of #323466
Complementary color
Monochromatic Colors of #323466
Black with #323466
Text Example
Text Example
White with #323466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323466; }
p { color: rgb(50,52,102); }
H1.HeaderClassName
{
color: #323466;
}
.AnyTagClassName
{
color: #323466;
}
</style>
background-color css
<style>
a { background-color: #323466; }
a { background-color: rgb(50,52,102); }
div.DivClassName
{
background-color: #323466;
}
.BgClassName
{
background-color: #323466;
}
</style>
border-color css
<style>
span { border-color: #323466; }
span { border-color: rgb(50,52,102); }
td.TdClassName
{
border-color: #323466;
}
.TagClassName
{
border-color: #323466;
}
</style>