Shades of Deep Koamaru #373168
Tints of Deep Koamaru #373168
RGB
CMYK
RGB Variations
Color information
#373168 (or 0x373168) is known color: Deep Koamaru. HEX triplet: 37, 31 and 68. RGB value is (55,49,104). Sum of RGB (Red+Green+Blue) = 55+49+104=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #373168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373168 is #C8CE97. Grayscale: #383838. Windows color (decimal): -13160088 or 6828343. OLE color: 6828343.
HSL color Cylindrical-coordinate representation of color #373168: hue angle of 246.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373168 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 49 | 104 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.59 |
| HSL | 246.55º | 0.36% | 0.3% | - |
| HSV(B) | 246.55º | 0.53% | 0.41% | - |
| XYZ | 5.17 | 4.01 | 13.6 | - |
| YUV | 57.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 104 | 0.47 | 0.53 | 0 | 0.59 | 246.55 | 0.36 | 0.3 |
| Hex | 37 | 31 | 68 | 2F | 35 | 0 | 3B | F7 | 24 | 1E |
| Octal | 67 | 61 | 150 | 57 | 65 | 0 | 73 | 367 | 44 | 36 |
| Binary | 110111 | 110001 | 1101000 | 101111 | 110101 | 0 | 111011 | 11110111 | 100100 | 11110 |
Color Harmonies of #373168
Complementary color
Monochromatic Colors of #373168
Black with #373168
Text Example
Text Example
White with #373168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373168; }
p { color: rgb(55,49,104); }
H1.HeaderClassName
{
color: #373168;
}
.AnyTagClassName
{
color: #373168;
}
</style>
background-color css
<style>
a { background-color: #373168; }
a { background-color: rgb(55,49,104); }
div.DivClassName
{
background-color: #373168;
}
.BgClassName
{
background-color: #373168;
}
</style>
border-color css
<style>
span { border-color: #373168; }
span { border-color: rgb(55,49,104); }
td.TdClassName
{
border-color: #373168;
}
.TagClassName
{
border-color: #373168;
}
</style>