Shades of Black Marlin #37354C
Tints of Black Marlin #37354C
RGB
CMYK
RGB Variations
Color information
#37354C (or 0x37354C) is known color: Black Marlin. HEX triplet: 37, 35 and 4C. RGB value is (55,53,76). Sum of RGB (Red+Green+Blue) = 55+53+76=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #37354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37354C is #C8CAB3. Grayscale: #383838. Windows color (decimal): -13159092 or 4994359. OLE color: 4994359.
HSL color Cylindrical-coordinate representation of color #37354C: hue angle of 245.22º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37354C is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 53 | 76 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.70 |
| HSL | 245.22º | 0.18% | 0.25% | - |
| HSV(B) | 245.22º | 0.3% | 0.3% | - |
| XYZ | 4.15 | 3.88 | 7.37 | - |
| YUV | 56.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 76 | 0.28 | 0.30 | 0 | 0.70 | 245.22 | 0.18 | 0.25 |
| Hex | 37 | 35 | 4C | 1C | 1E | 0 | 46 | F5 | 12 | 19 |
| Octal | 67 | 65 | 114 | 34 | 36 | 0 | 106 | 365 | 22 | 31 |
| Binary | 110111 | 110101 | 1001100 | 11100 | 11110 | 0 | 1000110 | 11110101 | 10010 | 11001 |
Color Harmonies of #37354C
Complementary color
Monochromatic Colors of #37354C
Black with #37354C
Text Example
Text Example
White with #37354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37354C; }
p { color: rgb(55,53,76); }
H1.HeaderClassName
{
color: #37354C;
}
.AnyTagClassName
{
color: #37354C;
}
</style>
background-color css
<style>
a { background-color: #37354C; }
a { background-color: rgb(55,53,76); }
div.DivClassName
{
background-color: #37354C;
}
.BgClassName
{
background-color: #37354C;
}
</style>
border-color css
<style>
span { border-color: #37354C; }
span { border-color: rgb(55,53,76); }
td.TdClassName
{
border-color: #37354C;
}
.TagClassName
{
border-color: #37354C;
}
</style>