Shades of Deep Koamaru #373564
Tints of Deep Koamaru #373564
RGB
CMYK
RGB Variations
Color information
#373564 (or 0x373564) is known color: Deep Koamaru. HEX triplet: 37, 35 and 64. RGB value is (55,53,100). Sum of RGB (Red+Green+Blue) = 55+53+100=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #373564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373564 is #C8CA9B. Grayscale: #3A3A3A. Windows color (decimal): -13159068 or 6567223. OLE color: 6567223.
HSL color Cylindrical-coordinate representation of color #373564: hue angle of 242.55º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373564 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 53 | 100 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.61 |
| HSL | 242.55º | 0.31% | 0.3% | - |
| HSV(B) | 242.55º | 0.47% | 0.39% | - |
| XYZ | 5.15 | 4.28 | 12.61 | - |
| YUV | 58.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 100 | 0.45 | 0.47 | 0 | 0.61 | 242.55 | 0.31 | 0.3 |
| Hex | 37 | 35 | 64 | 2D | 2F | 0 | 3D | F3 | 1F | 1E |
| Octal | 67 | 65 | 144 | 55 | 57 | 0 | 75 | 363 | 37 | 36 |
| Binary | 110111 | 110101 | 1100100 | 101101 | 101111 | 0 | 111101 | 11110011 | 11111 | 11110 |
Color Harmonies of #373564
Complementary color
Monochromatic Colors of #373564
Black with #373564
Text Example
Text Example
White with #373564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373564; }
p { color: rgb(55,53,100); }
H1.HeaderClassName
{
color: #373564;
}
.AnyTagClassName
{
color: #373564;
}
</style>
background-color css
<style>
a { background-color: #373564; }
a { background-color: rgb(55,53,100); }
div.DivClassName
{
background-color: #373564;
}
.BgClassName
{
background-color: #373564;
}
</style>
border-color css
<style>
span { border-color: #373564; }
span { border-color: rgb(55,53,100); }
td.TdClassName
{
border-color: #373564;
}
.TagClassName
{
border-color: #373564;
}
</style>