Shades of Deep Koamaru #373267
Tints of Deep Koamaru #373267
RGB
CMYK
RGB Variations
Color information
#373267 (or 0x373267) is known color: Deep Koamaru. HEX triplet: 37, 32 and 67. RGB value is (55,50,103). Sum of RGB (Red+Green+Blue) = 55+50+103=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #373267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373267 is #C8CD98. Grayscale: #393939. Windows color (decimal): -13159833 or 6763063. OLE color: 6763063.
HSL color Cylindrical-coordinate representation of color #373267: hue angle of 245.66º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373267 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 50 | 103 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.60 |
| HSL | 245.66º | 0.35% | 0.3% | - |
| HSV(B) | 245.66º | 0.51% | 0.4% | - |
| XYZ | 5.16 | 4.07 | 13.35 | - |
| YUV | 57.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 103 | 0.47 | 0.51 | 0 | 0.60 | 245.66 | 0.35 | 0.3 |
| Hex | 37 | 32 | 67 | 2F | 33 | 0 | 3C | F6 | 23 | 1E |
| Octal | 67 | 62 | 147 | 57 | 63 | 0 | 74 | 366 | 43 | 36 |
| Binary | 110111 | 110010 | 1100111 | 101111 | 110011 | 0 | 111100 | 11110110 | 100011 | 11110 |
Color Harmonies of #373267
Complementary color
Monochromatic Colors of #373267
Black with #373267
Text Example
Text Example
White with #373267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373267; }
p { color: rgb(55,50,103); }
H1.HeaderClassName
{
color: #373267;
}
.AnyTagClassName
{
color: #373267;
}
</style>
background-color css
<style>
a { background-color: #373267; }
a { background-color: rgb(55,50,103); }
div.DivClassName
{
background-color: #373267;
}
.BgClassName
{
background-color: #373267;
}
</style>
border-color css
<style>
span { border-color: #373267; }
span { border-color: rgb(55,50,103); }
td.TdClassName
{
border-color: #373267;
}
.TagClassName
{
border-color: #373267;
}
</style>