Shades of Deep Koamaru #373162
Tints of Deep Koamaru #373162
RGB
CMYK
RGB Variations
Color information
#373162 (or 0x373162) is known color: Deep Koamaru. HEX triplet: 37, 31 and 62. RGB value is (55,49,98). Sum of RGB (Red+Green+Blue) = 55+49+98=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #373162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373162 is #C8CE9D. Grayscale: #383838. Windows color (decimal): -13160094 or 6435127. OLE color: 6435127.
HSL color Cylindrical-coordinate representation of color #373162: hue angle of 247.35º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373162 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 49 | 98 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.62 |
| HSL | 247.35º | 0.33% | 0.29% | - |
| HSV(B) | 247.35º | 0.5% | 0.38% | - |
| XYZ | 4.88 | 3.89 | 12.05 | - |
| YUV | 56.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 98 | 0.44 | 0.5 | 0 | 0.62 | 247.35 | 0.33 | 0.29 |
| Hex | 37 | 31 | 62 | 2C | 32 | 0 | 3E | F7 | 21 | 1D |
| Octal | 67 | 61 | 142 | 54 | 62 | 0 | 76 | 367 | 41 | 35 |
| Binary | 110111 | 110001 | 1100010 | 101100 | 110010 | 0 | 111110 | 11110111 | 100001 | 11101 |
Color Harmonies of #373162
Complementary color
Monochromatic Colors of #373162
Black with #373162
Text Example
Text Example
White with #373162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373162; }
p { color: rgb(55,49,98); }
H1.HeaderClassName
{
color: #373162;
}
.AnyTagClassName
{
color: #373162;
}
</style>
background-color css
<style>
a { background-color: #373162; }
a { background-color: rgb(55,49,98); }
div.DivClassName
{
background-color: #373162;
}
.BgClassName
{
background-color: #373162;
}
</style>
border-color css
<style>
span { border-color: #373162; }
span { border-color: rgb(55,49,98); }
td.TdClassName
{
border-color: #373162;
}
.TagClassName
{
border-color: #373162;
}
</style>