Shades of Deep Koamaru #373361
Tints of Deep Koamaru #373361
RGB
CMYK
RGB Variations
Color information
#373361 (or 0x373361) is known color: Deep Koamaru. HEX triplet: 37, 33 and 61. RGB value is (55,51,97). Sum of RGB (Red+Green+Blue) = 55+51+97=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #373361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373361 is #C8CC9E. Grayscale: #393939. Windows color (decimal): -13159583 or 6370103. OLE color: 6370103.
HSL color Cylindrical-coordinate representation of color #373361: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373361 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 51 | 97 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.62 |
| HSL | 245.22º | 0.31% | 0.29% | - |
| HSV(B) | 245.22º | 0.47% | 0.38% | - |
| XYZ | 4.92 | 4.04 | 11.83 | - |
| YUV | 57.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 97 | 0.43 | 0.47 | 0 | 0.62 | 245.22 | 0.31 | 0.29 |
| Hex | 37 | 33 | 61 | 2B | 2F | 0 | 3E | F5 | 1F | 1D |
| Octal | 67 | 63 | 141 | 53 | 57 | 0 | 76 | 365 | 37 | 35 |
| Binary | 110111 | 110011 | 1100001 | 101011 | 101111 | 0 | 111110 | 11110101 | 11111 | 11101 |
Color Harmonies of #373361
Complementary color
Monochromatic Colors of #373361
Black with #373361
Text Example
Text Example
White with #373361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373361; }
p { color: rgb(55,51,97); }
H1.HeaderClassName
{
color: #373361;
}
.AnyTagClassName
{
color: #373361;
}
</style>
background-color css
<style>
a { background-color: #373361; }
a { background-color: rgb(55,51,97); }
div.DivClassName
{
background-color: #373361;
}
.BgClassName
{
background-color: #373361;
}
</style>
border-color css
<style>
span { border-color: #373361; }
span { border-color: rgb(55,51,97); }
td.TdClassName
{
border-color: #373361;
}
.TagClassName
{
border-color: #373361;
}
</style>