Shades of Deep Koamaru #373474
Tints of Deep Koamaru #373474
RGB
CMYK
RGB Variations
Color information
#373474 (or 0x373474) is known color: Deep Koamaru. HEX triplet: 37, 34 and 74. RGB value is (55,52,116). Sum of RGB (Red+Green+Blue) = 55+52+116=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #373474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373474 is #C8CB8B. Grayscale: #3B3B3B. Windows color (decimal): -13159308 or 7615543. OLE color: 7615543.
HSL color Cylindrical-coordinate representation of color #373474: hue angle of 242.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373474 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 52 | 116 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.55 |
| HSL | 242.81º | 0.38% | 0.33% | - |
| HSV(B) | 242.81º | 0.55% | 0.45% | - |
| XYZ | 5.96 | 4.53 | 17.08 | - |
| YUV | 60.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 116 | 0.53 | 0.55 | 0 | 0.55 | 242.81 | 0.38 | 0.33 |
| Hex | 37 | 34 | 74 | 35 | 37 | 0 | 37 | F3 | 26 | 21 |
| Octal | 67 | 64 | 164 | 65 | 67 | 0 | 67 | 363 | 46 | 41 |
| Binary | 110111 | 110100 | 1110100 | 110101 | 110111 | 0 | 110111 | 11110011 | 100110 | 100001 |
Color Harmonies of #373474
Complementary color
Monochromatic Colors of #373474
Black with #373474
Text Example
Text Example
White with #373474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373474; }
p { color: rgb(55,52,116); }
H1.HeaderClassName
{
color: #373474;
}
.AnyTagClassName
{
color: #373474;
}
</style>
background-color css
<style>
a { background-color: #373474; }
a { background-color: rgb(55,52,116); }
div.DivClassName
{
background-color: #373474;
}
.BgClassName
{
background-color: #373474;
}
</style>
border-color css
<style>
span { border-color: #373474; }
span { border-color: rgb(55,52,116); }
td.TdClassName
{
border-color: #373474;
}
.TagClassName
{
border-color: #373474;
}
</style>