Shades of Deep Koamaru #373170
Tints of Deep Koamaru #373170
RGB
CMYK
RGB Variations
Color information
#373170 (or 0x373170) is known color: Deep Koamaru. HEX triplet: 37, 31 and 70. RGB value is (55,49,112). Sum of RGB (Red+Green+Blue) = 55+49+112=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #373170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373170 is #C8CE8F. Grayscale: #393939. Windows color (decimal): -13160080 or 7352631. OLE color: 7352631.
HSL color Cylindrical-coordinate representation of color #373170: hue angle of 245.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373170 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 49 | 112 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.56 |
| HSL | 245.71º | 0.39% | 0.32% | - |
| HSV(B) | 245.71º | 0.56% | 0.44% | - |
| XYZ | 5.6 | 4.18 | 15.84 | - |
| YUV | 57.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 112 | 0.51 | 0.56 | 0 | 0.56 | 245.71 | 0.39 | 0.32 |
| Hex | 37 | 31 | 70 | 33 | 38 | 0 | 38 | F6 | 27 | 20 |
| Octal | 67 | 61 | 160 | 63 | 70 | 0 | 70 | 366 | 47 | 40 |
| Binary | 110111 | 110001 | 1110000 | 110011 | 111000 | 0 | 111000 | 11110110 | 100111 | 100000 |
Color Harmonies of #373170
Complementary color
Monochromatic Colors of #373170
Black with #373170
Text Example
Text Example
White with #373170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373170; }
p { color: rgb(55,49,112); }
H1.HeaderClassName
{
color: #373170;
}
.AnyTagClassName
{
color: #373170;
}
</style>
background-color css
<style>
a { background-color: #373170; }
a { background-color: rgb(55,49,112); }
div.DivClassName
{
background-color: #373170;
}
.BgClassName
{
background-color: #373170;
}
</style>
border-color css
<style>
span { border-color: #373170; }
span { border-color: rgb(55,49,112); }
td.TdClassName
{
border-color: #373170;
}
.TagClassName
{
border-color: #373170;
}
</style>