Shades of Deep Koamaru #323077
Tints of Deep Koamaru #323077
RGB
CMYK
RGB Variations
Color information
#323077 (or 0x323077) is known color: Deep Koamaru. HEX triplet: 32, 30 and 77. RGB value is (50,48,119). Sum of RGB (Red+Green+Blue) = 50+48+119=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #323077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323077 is #CDCF88. Grayscale: #383838. Windows color (decimal): -13488009 or 7811122. OLE color: 7811122.
HSL color Cylindrical-coordinate representation of color #323077: hue angle of 241.69º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323077 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 48 | 119 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.53 |
| HSL | 241.69º | 0.43% | 0.33% | - |
| HSV(B) | 241.69º | 0.6% | 0.47% | - |
| XYZ | 5.7 | 4.12 | 17.95 | - |
| YUV | 56.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 119 | 0.58 | 0.60 | 0 | 0.53 | 241.69 | 0.43 | 0.33 |
| Hex | 32 | 30 | 77 | 3A | 3C | 0 | 35 | F2 | 2B | 21 |
| Octal | 62 | 60 | 167 | 72 | 74 | 0 | 65 | 362 | 53 | 41 |
| Binary | 110010 | 110000 | 1110111 | 111010 | 111100 | 0 | 110101 | 11110010 | 101011 | 100001 |
Color Harmonies of #323077
Complementary color
Monochromatic Colors of #323077
Black with #323077
Text Example
Text Example
White with #323077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323077; }
p { color: rgb(50,48,119); }
H1.HeaderClassName
{
color: #323077;
}
.AnyTagClassName
{
color: #323077;
}
</style>
background-color css
<style>
a { background-color: #323077; }
a { background-color: rgb(50,48,119); }
div.DivClassName
{
background-color: #323077;
}
.BgClassName
{
background-color: #323077;
}
</style>
border-color css
<style>
span { border-color: #323077; }
span { border-color: rgb(50,48,119); }
td.TdClassName
{
border-color: #323077;
}
.TagClassName
{
border-color: #323077;
}
</style>