Shades of Deep Koamaru #373575
Tints of Deep Koamaru #373575
RGB
CMYK
RGB Variations
Color information
#373575 (or 0x373575) is known color: Deep Koamaru. HEX triplet: 37, 35 and 75. RGB value is (55,53,117). Sum of RGB (Red+Green+Blue) = 55+53+117=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #373575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373575 is #C8CA8A. Grayscale: #3C3C3C. Windows color (decimal): -13159051 or 7681335. OLE color: 7681335.
HSL color Cylindrical-coordinate representation of color #373575: hue angle of 241.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373575 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 53 | 117 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.54 |
| HSL | 241.88º | 0.38% | 0.33% | - |
| HSV(B) | 241.88º | 0.55% | 0.46% | - |
| XYZ | 6.06 | 4.64 | 17.41 | - |
| YUV | 60.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 117 | 0.53 | 0.55 | 0 | 0.54 | 241.88 | 0.38 | 0.33 |
| Hex | 37 | 35 | 75 | 35 | 37 | 0 | 36 | F2 | 26 | 21 |
| Octal | 67 | 65 | 165 | 65 | 67 | 0 | 66 | 362 | 46 | 41 |
| Binary | 110111 | 110101 | 1110101 | 110101 | 110111 | 0 | 110110 | 11110010 | 100110 | 100001 |
Color Harmonies of #373575
Complementary color
Monochromatic Colors of #373575
Black with #373575
Text Example
Text Example
White with #373575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373575; }
p { color: rgb(55,53,117); }
H1.HeaderClassName
{
color: #373575;
}
.AnyTagClassName
{
color: #373575;
}
</style>
background-color css
<style>
a { background-color: #373575; }
a { background-color: rgb(55,53,117); }
div.DivClassName
{
background-color: #373575;
}
.BgClassName
{
background-color: #373575;
}
</style>
border-color css
<style>
span { border-color: #373575; }
span { border-color: rgb(55,53,117); }
td.TdClassName
{
border-color: #373575;
}
.TagClassName
{
border-color: #373575;
}
</style>