Shades of Big Stone #374348
Tints of Big Stone #374348
RGB
CMYK
RGB Variations
Color information
#374348 (or 0x374348) is known color: Big Stone. HEX triplet: 37, 43 and 48. RGB value is (55,67,72). Sum of RGB (Red+Green+Blue) = 55+67+72=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #374348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374348 is #C8BCB7. Grayscale: #3F3F3F. Windows color (decimal): -13155512 or 4735799. OLE color: 4735799.
HSL color Cylindrical-coordinate representation of color #374348: hue angle of 197.65º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374348 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 67 | 72 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.72 |
| HSL | 197.65º | 0.13% | 0.25% | - |
| HSV(B) | 197.65º | 0.24% | 0.28% | - |
| XYZ | 4.75 | 5.29 | 6.9 | - |
| YUV | 63.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 72 | 0.24 | 0.07 | 0 | 0.72 | 197.65 | 0.13 | 0.25 |
| Hex | 37 | 43 | 48 | 18 | 7 | 0 | 48 | C6 | D | 19 |
| Octal | 67 | 103 | 110 | 30 | 7 | 0 | 110 | 306 | 15 | 31 |
| Binary | 110111 | 1000011 | 1001000 | 11000 | 111 | 0 | 1001000 | 11000110 | 1101 | 11001 |
Color Harmonies of #374348
Complementary color
Monochromatic Colors of #374348
Black with #374348
Text Example
Text Example
White with #374348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374348; }
p { color: rgb(55,67,72); }
H1.HeaderClassName
{
color: #374348;
}
.AnyTagClassName
{
color: #374348;
}
</style>
background-color css
<style>
a { background-color: #374348; }
a { background-color: rgb(55,67,72); }
div.DivClassName
{
background-color: #374348;
}
.BgClassName
{
background-color: #374348;
}
</style>
border-color css
<style>
span { border-color: #374348; }
span { border-color: rgb(55,67,72); }
td.TdClassName
{
border-color: #374348;
}
.TagClassName
{
border-color: #374348;
}
</style>