Shades of Black Marlin #37364C
Tints of Black Marlin #37364C
RGB
CMYK
RGB Variations
Color information
#37364C (or 0x37364C) is known color: Black Marlin. HEX triplet: 37, 36 and 4C. RGB value is (55,54,76). Sum of RGB (Red+Green+Blue) = 55+54+76=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #37364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37364C is #C8C9B3. Grayscale: #383838. Windows color (decimal): -13158836 or 4994615. OLE color: 4994615.
HSL color Cylindrical-coordinate representation of color #37364C: hue angle of 242.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37364C is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 54 | 76 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.70 |
| HSL | 242.73º | 0.17% | 0.25% | - |
| HSV(B) | 242.73º | 0.29% | 0.3% | - |
| XYZ | 4.2 | 3.97 | 7.38 | - |
| YUV | 56.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 76 | 0.28 | 0.29 | 0 | 0.70 | 242.73 | 0.17 | 0.25 |
| Hex | 37 | 36 | 4C | 1C | 1D | 0 | 46 | F3 | 11 | 19 |
| Octal | 67 | 66 | 114 | 34 | 35 | 0 | 106 | 363 | 21 | 31 |
| Binary | 110111 | 110110 | 1001100 | 11100 | 11101 | 0 | 1000110 | 11110011 | 10001 | 11001 |
Color Harmonies of #37364C
Complementary color
Monochromatic Colors of #37364C
Black with #37364C
Text Example
Text Example
White with #37364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37364C; }
p { color: rgb(55,54,76); }
H1.HeaderClassName
{
color: #37364C;
}
.AnyTagClassName
{
color: #37364C;
}
</style>
background-color css
<style>
a { background-color: #37364C; }
a { background-color: rgb(55,54,76); }
div.DivClassName
{
background-color: #37364C;
}
.BgClassName
{
background-color: #37364C;
}
</style>
border-color css
<style>
span { border-color: #37364C; }
span { border-color: rgb(55,54,76); }
td.TdClassName
{
border-color: #37364C;
}
.TagClassName
{
border-color: #37364C;
}
</style>