Shades of Deep Koamaru #323157
Tints of Deep Koamaru #323157
RGB
CMYK
RGB Variations
Color information
#323157 (or 0x323157) is known color: Deep Koamaru. HEX triplet: 32, 31 and 57. RGB value is (50,49,87). Sum of RGB (Red+Green+Blue) = 50+49+87=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #323157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323157 is #CDCEA8. Grayscale: #353535. Windows color (decimal): -13487785 or 5714226. OLE color: 5714226.
HSL color Cylindrical-coordinate representation of color #323157: hue angle of 241.58º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323157 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 49 | 87 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.66 |
| HSL | 241.58º | 0.28% | 0.27% | - |
| HSV(B) | 241.58º | 0.44% | 0.34% | - |
| XYZ | 4.13 | 3.56 | 9.49 | - |
| YUV | 53.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 87 | 0.43 | 0.44 | 0 | 0.66 | 241.58 | 0.28 | 0.27 |
| Hex | 32 | 31 | 57 | 2B | 2C | 0 | 42 | F2 | 1C | 1B |
| Octal | 62 | 61 | 127 | 53 | 54 | 0 | 102 | 362 | 34 | 33 |
| Binary | 110010 | 110001 | 1010111 | 101011 | 101100 | 0 | 1000010 | 11110010 | 11100 | 11011 |
Color Harmonies of #323157
Complementary color
Monochromatic Colors of #323157
Black with #323157
Text Example
Text Example
White with #323157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323157; }
p { color: rgb(50,49,87); }
H1.HeaderClassName
{
color: #323157;
}
.AnyTagClassName
{
color: #323157;
}
</style>
background-color css
<style>
a { background-color: #323157; }
a { background-color: rgb(50,49,87); }
div.DivClassName
{
background-color: #323157;
}
.BgClassName
{
background-color: #323157;
}
</style>
border-color css
<style>
span { border-color: #323157; }
span { border-color: rgb(50,49,87); }
td.TdClassName
{
border-color: #323157;
}
.TagClassName
{
border-color: #323157;
}
</style>