Shades of Deep Koamaru #323259
Tints of Deep Koamaru #323259
RGB
CMYK
RGB Variations
Color information
#323259 (or 0x323259) is known color: Deep Koamaru. HEX triplet: 32, 32 and 59. RGB value is (50,50,89). Sum of RGB (Red+Green+Blue) = 50+50+89=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #323259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323259 is #CDCDA6. Grayscale: #363636. Windows color (decimal): -13487527 or 5845554. OLE color: 5845554.
HSL color Cylindrical-coordinate representation of color #323259: hue angle of 240º degrees, saturation: 0.28, 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 #323259 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 50 | 89 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.65 |
| HSL | 240º | 0.28% | 0.27% | - |
| HSV(B) | 240º | 0.44% | 0.35% | - |
| XYZ | 4.26 | 3.68 | 9.94 | - |
| YUV | 54.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 89 | 0.44 | 0.44 | 0 | 0.65 | 240 | 0.28 | 0.27 |
| Hex | 32 | 32 | 59 | 2C | 2C | 0 | 41 | F0 | 1C | 1B |
| Octal | 62 | 62 | 131 | 54 | 54 | 0 | 101 | 360 | 34 | 33 |
| Binary | 110010 | 110010 | 1011001 | 101100 | 101100 | 0 | 1000001 | 11110000 | 11100 | 11011 |
Color Harmonies of #323259
Complementary color
Monochromatic Colors of #323259
Black with #323259
Text Example
Text Example
White with #323259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323259; }
p { color: rgb(50,50,89); }
H1.HeaderClassName
{
color: #323259;
}
.AnyTagClassName
{
color: #323259;
}
</style>
background-color css
<style>
a { background-color: #323259; }
a { background-color: rgb(50,50,89); }
div.DivClassName
{
background-color: #323259;
}
.BgClassName
{
background-color: #323259;
}
</style>
border-color css
<style>
span { border-color: #323259; }
span { border-color: rgb(50,50,89); }
td.TdClassName
{
border-color: #323259;
}
.TagClassName
{
border-color: #323259;
}
</style>