Shades of Deep Koamaru #373072
Tints of Deep Koamaru #373072
RGB
CMYK
RGB Variations
Color information
#373072 (or 0x373072) is known color: Deep Koamaru. HEX triplet: 37, 30 and 72. RGB value is (55,48,114). Sum of RGB (Red+Green+Blue) = 55+48+114=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #373072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373072 is #C8CF8D. Grayscale: #393939. Windows color (decimal): -13160334 or 7483447. OLE color: 7483447.
HSL color Cylindrical-coordinate representation of color #373072: hue angle of 246.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373072 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 48 | 114 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.55 |
| HSL | 246.36º | 0.41% | 0.32% | - |
| HSV(B) | 246.36º | 0.58% | 0.45% | - |
| XYZ | 5.67 | 4.14 | 16.42 | - |
| YUV | 57.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 114 | 0.52 | 0.58 | 0 | 0.55 | 246.36 | 0.41 | 0.32 |
| Hex | 37 | 30 | 72 | 34 | 3A | 0 | 37 | F6 | 29 | 20 |
| Octal | 67 | 60 | 162 | 64 | 72 | 0 | 67 | 366 | 51 | 40 |
| Binary | 110111 | 110000 | 1110010 | 110100 | 111010 | 0 | 110111 | 11110110 | 101001 | 100000 |
Color Harmonies of #373072
Complementary color
Monochromatic Colors of #373072
Black with #373072
Text Example
Text Example
White with #373072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373072; }
p { color: rgb(55,48,114); }
H1.HeaderClassName
{
color: #373072;
}
.AnyTagClassName
{
color: #373072;
}
</style>
background-color css
<style>
a { background-color: #373072; }
a { background-color: rgb(55,48,114); }
div.DivClassName
{
background-color: #373072;
}
.BgClassName
{
background-color: #373072;
}
</style>
border-color css
<style>
span { border-color: #373072; }
span { border-color: rgb(55,48,114); }
td.TdClassName
{
border-color: #373072;
}
.TagClassName
{
border-color: #373072;
}
</style>