Shades of Deep Koamaru #373368
Tints of Deep Koamaru #373368
RGB
CMYK
RGB Variations
Color information
#373368 (or 0x373368) is known color: Deep Koamaru. HEX triplet: 37, 33 and 68. RGB value is (55,51,104). Sum of RGB (Red+Green+Blue) = 55+51+104=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #373368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373368 is #C8CC97. Grayscale: #3A3A3A. Windows color (decimal): -13159576 or 6828855. OLE color: 6828855.
HSL color Cylindrical-coordinate representation of color #373368: hue angle of 244.53º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373368 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 51 | 104 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.59 |
| HSL | 244.53º | 0.34% | 0.3% | - |
| HSV(B) | 244.53º | 0.51% | 0.41% | - |
| XYZ | 5.26 | 4.18 | 13.63 | - |
| YUV | 58.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 104 | 0.47 | 0.51 | 0 | 0.59 | 244.53 | 0.34 | 0.3 |
| Hex | 37 | 33 | 68 | 2F | 33 | 0 | 3B | F5 | 22 | 1E |
| Octal | 67 | 63 | 150 | 57 | 63 | 0 | 73 | 365 | 42 | 36 |
| Binary | 110111 | 110011 | 1101000 | 101111 | 110011 | 0 | 111011 | 11110101 | 100010 | 11110 |
Color Harmonies of #373368
Complementary color
Monochromatic Colors of #373368
Black with #373368
Text Example
Text Example
White with #373368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373368; }
p { color: rgb(55,51,104); }
H1.HeaderClassName
{
color: #373368;
}
.AnyTagClassName
{
color: #373368;
}
</style>
background-color css
<style>
a { background-color: #373368; }
a { background-color: rgb(55,51,104); }
div.DivClassName
{
background-color: #373368;
}
.BgClassName
{
background-color: #373368;
}
</style>
border-color css
<style>
span { border-color: #373368; }
span { border-color: rgb(55,51,104); }
td.TdClassName
{
border-color: #373368;
}
.TagClassName
{
border-color: #373368;
}
</style>