Shades of Big Stone #37464B
Tints of Big Stone #37464B
RGB
CMYK
RGB Variations
Color information
#37464B (or 0x37464B) is known color: Big Stone. HEX triplet: 37, 46 and 4B. RGB value is (55,70,75). Sum of RGB (Red+Green+Blue) = 55+70+75=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #37464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37464B is #C8B9B4. Grayscale: #424242. Windows color (decimal): -13154741 or 4933175. OLE color: 4933175.
HSL color Cylindrical-coordinate representation of color #37464B: hue angle of 195º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37464B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 70 | 75 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.71 |
| HSL | 195º | 0.15% | 0.25% | - |
| HSV(B) | 195º | 0.27% | 0.29% | - |
| XYZ | 5.04 | 5.7 | 7.49 | - |
| YUV | 66.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 75 | 0.27 | 0.07 | 0 | 0.71 | 195 | 0.15 | 0.25 |
| Hex | 37 | 46 | 4B | 1B | 7 | 0 | 47 | C3 | F | 19 |
| Octal | 67 | 106 | 113 | 33 | 7 | 0 | 107 | 303 | 17 | 31 |
| Binary | 110111 | 1000110 | 1001011 | 11011 | 111 | 0 | 1000111 | 11000011 | 1111 | 11001 |
Color Harmonies of #37464B
Complementary color
Monochromatic Colors of #37464B
Black with #37464B
Text Example
Text Example
White with #37464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37464B; }
p { color: rgb(55,70,75); }
H1.HeaderClassName
{
color: #37464B;
}
.AnyTagClassName
{
color: #37464B;
}
</style>
background-color css
<style>
a { background-color: #37464B; }
a { background-color: rgb(55,70,75); }
div.DivClassName
{
background-color: #37464B;
}
.BgClassName
{
background-color: #37464B;
}
</style>
border-color css
<style>
span { border-color: #37464B; }
span { border-color: rgb(55,70,75); }
td.TdClassName
{
border-color: #37464B;
}
.TagClassName
{
border-color: #37464B;
}
</style>