Shades of Big Stone #313E45
Tints of Big Stone #313E45
RGB
CMYK
RGB Variations
Color information
#313E45 (or 0x313E45) is known color: Big Stone. HEX triplet: 31, 3E and 45. RGB value is (49,62,69). Sum of RGB (Red+Green+Blue) = 49+62+69=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 69 - color contains mainly: blue. Hex color #313E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E45 is #CEC1BA. Grayscale: #3A3A3A. Windows color (decimal): -13550011 or 4537905. OLE color: 4537905.
HSL color Cylindrical-coordinate representation of color #313E45: hue angle of 201º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313E45 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 62 | 69 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.73 |
| HSL | 201º | 0.17% | 0.23% | - |
| HSV(B) | 201º | 0.29% | 0.27% | - |
| XYZ | 4.06 | 4.53 | 6.29 | - |
| YUV | 58.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 69 | 0.29 | 0.10 | 0 | 0.73 | 201 | 0.17 | 0.23 |
| Hex | 31 | 3E | 45 | 1D | A | 0 | 49 | C9 | 11 | 17 |
| Octal | 61 | 76 | 105 | 35 | 12 | 0 | 111 | 311 | 21 | 27 |
| Binary | 110001 | 111110 | 1000101 | 11101 | 1010 | 0 | 1001001 | 11001001 | 10001 | 10111 |
Color Harmonies of #313E45
Complementary color
Monochromatic Colors of #313E45
Black with #313E45
Text Example
Text Example
White with #313E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E45; }
p { color: rgb(49,62,69); }
H1.HeaderClassName
{
color: #313E45;
}
.AnyTagClassName
{
color: #313E45;
}
</style>
background-color css
<style>
a { background-color: #313E45; }
a { background-color: rgb(49,62,69); }
div.DivClassName
{
background-color: #313E45;
}
.BgClassName
{
background-color: #313E45;
}
</style>
border-color css
<style>
span { border-color: #313E45; }
span { border-color: rgb(49,62,69); }
td.TdClassName
{
border-color: #313E45;
}
.TagClassName
{
border-color: #313E45;
}
</style>