Shades of Deep Koamaru #373075
Tints of Deep Koamaru #373075
RGB
CMYK
RGB Variations
Color information
#373075 (or 0x373075) is known color: Deep Koamaru. HEX triplet: 37, 30 and 75. RGB value is (55,48,117). Sum of RGB (Red+Green+Blue) = 55+48+117=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #373075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373075 is #C8CF8A. Grayscale: #393939. Windows color (decimal): -13160331 or 7680055. OLE color: 7680055.
HSL color Cylindrical-coordinate representation of color #373075: hue angle of 246.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373075 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 48 | 117 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.54 |
| HSL | 246.09º | 0.42% | 0.32% | - |
| HSV(B) | 246.09º | 0.59% | 0.46% | - |
| XYZ | 5.84 | 4.21 | 17.33 | - |
| YUV | 57.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 117 | 0.53 | 0.59 | 0 | 0.54 | 246.09 | 0.42 | 0.32 |
| Hex | 37 | 30 | 75 | 35 | 3B | 0 | 36 | F6 | 2A | 20 |
| Octal | 67 | 60 | 165 | 65 | 73 | 0 | 66 | 366 | 52 | 40 |
| Binary | 110111 | 110000 | 1110101 | 110101 | 111011 | 0 | 110110 | 11110110 | 101010 | 100000 |
Color Harmonies of #373075
Complementary color
Monochromatic Colors of #373075
Black with #373075
Text Example
Text Example
White with #373075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373075; }
p { color: rgb(55,48,117); }
H1.HeaderClassName
{
color: #373075;
}
.AnyTagClassName
{
color: #373075;
}
</style>
background-color css
<style>
a { background-color: #373075; }
a { background-color: rgb(55,48,117); }
div.DivClassName
{
background-color: #373075;
}
.BgClassName
{
background-color: #373075;
}
</style>
border-color css
<style>
span { border-color: #373075; }
span { border-color: rgb(55,48,117); }
td.TdClassName
{
border-color: #373075;
}
.TagClassName
{
border-color: #373075;
}
</style>