Shades of Deep Koamaru #373268
Tints of Deep Koamaru #373268
RGB
CMYK
RGB Variations
Color information
#373268 (or 0x373268) is known color: Deep Koamaru. HEX triplet: 37, 32 and 68. RGB value is (55,50,104). Sum of RGB (Red+Green+Blue) = 55+50+104=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #373268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373268 is #C8CD97. Grayscale: #393939. Windows color (decimal): -13159832 or 6828599. OLE color: 6828599.
HSL color Cylindrical-coordinate representation of color #373268: hue angle of 245.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373268 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 50 | 104 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.59 |
| HSL | 245.56º | 0.35% | 0.3% | - |
| HSV(B) | 245.56º | 0.52% | 0.41% | - |
| XYZ | 5.21 | 4.09 | 13.61 | - |
| YUV | 57.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 104 | 0.47 | 0.52 | 0 | 0.59 | 245.56 | 0.35 | 0.3 |
| Hex | 37 | 32 | 68 | 2F | 34 | 0 | 3B | F6 | 23 | 1E |
| Octal | 67 | 62 | 150 | 57 | 64 | 0 | 73 | 366 | 43 | 36 |
| Binary | 110111 | 110010 | 1101000 | 101111 | 110100 | 0 | 111011 | 11110110 | 100011 | 11110 |
Color Harmonies of #373268
Complementary color
Monochromatic Colors of #373268
Black with #373268
Text Example
Text Example
White with #373268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373268; }
p { color: rgb(55,50,104); }
H1.HeaderClassName
{
color: #373268;
}
.AnyTagClassName
{
color: #373268;
}
</style>
background-color css
<style>
a { background-color: #373268; }
a { background-color: rgb(55,50,104); }
div.DivClassName
{
background-color: #373268;
}
.BgClassName
{
background-color: #373268;
}
</style>
border-color css
<style>
span { border-color: #373268; }
span { border-color: rgb(55,50,104); }
td.TdClassName
{
border-color: #373268;
}
.TagClassName
{
border-color: #373268;
}
</style>