Shades of Deep Koamaru #373370
Tints of Deep Koamaru #373370
RGB
CMYK
RGB Variations
Color information
#373370 (or 0x373370) is known color: Deep Koamaru. HEX triplet: 37, 33 and 70. RGB value is (55,51,112). Sum of RGB (Red+Green+Blue) = 55+51+112=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #373370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373370 is #C8CC8F. Grayscale: #3A3A3A. Windows color (decimal): -13159568 or 7353143. OLE color: 7353143.
HSL color Cylindrical-coordinate representation of color #373370: hue angle of 243.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #373370 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 51 | 112 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.56 |
| HSL | 243.93º | 0.37% | 0.32% | - |
| HSV(B) | 243.93º | 0.54% | 0.44% | - |
| XYZ | 5.68 | 4.35 | 15.87 | - |
| YUV | 59.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 112 | 0.51 | 0.54 | 0 | 0.56 | 243.93 | 0.37 | 0.32 |
| Hex | 37 | 33 | 70 | 33 | 36 | 0 | 38 | F4 | 25 | 20 |
| Octal | 67 | 63 | 160 | 63 | 66 | 0 | 70 | 364 | 45 | 40 |
| Binary | 110111 | 110011 | 1110000 | 110011 | 110110 | 0 | 111000 | 11110100 | 100101 | 100000 |
Color Harmonies of #373370
Complementary color
Monochromatic Colors of #373370
Black with #373370
Text Example
Text Example
White with #373370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373370; }
p { color: rgb(55,51,112); }
H1.HeaderClassName
{
color: #373370;
}
.AnyTagClassName
{
color: #373370;
}
</style>
background-color css
<style>
a { background-color: #373370; }
a { background-color: rgb(55,51,112); }
div.DivClassName
{
background-color: #373370;
}
.BgClassName
{
background-color: #373370;
}
</style>
border-color css
<style>
span { border-color: #373370; }
span { border-color: rgb(55,51,112); }
td.TdClassName
{
border-color: #373370;
}
.TagClassName
{
border-color: #373370;
}
</style>