Shades of Big Stone #31454E
Tints of Big Stone #31454E
RGB
CMYK
RGB Variations
Color information
#31454E (or 0x31454E) is known color: Big Stone. HEX triplet: 31, 45 and 4E. RGB value is (49,69,78). Sum of RGB (Red+Green+Blue) = 49+69+78=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #31454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31454E is #CEBAB1. Grayscale: #3F3F3F. Windows color (decimal): -13548210 or 5129521. OLE color: 5129521.
HSL color Cylindrical-coordinate representation of color #31454E: hue angle of 198.62º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31454E is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 69 | 78 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.69 |
| HSL | 198.62º | 0.23% | 0.25% | - |
| HSV(B) | 198.62º | 0.37% | 0.31% | - |
| XYZ | 4.77 | 5.46 | 8.01 | - |
| YUV | 64.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 78 | 0.37 | 0.12 | 0 | 0.69 | 198.62 | 0.23 | 0.25 |
| Hex | 31 | 45 | 4E | 25 | C | 0 | 45 | C7 | 17 | 19 |
| Octal | 61 | 105 | 116 | 45 | 14 | 0 | 105 | 307 | 27 | 31 |
| Binary | 110001 | 1000101 | 1001110 | 100101 | 1100 | 0 | 1000101 | 11000111 | 10111 | 11001 |
Color Harmonies of #31454E
Complementary color
Monochromatic Colors of #31454E
Black with #31454E
Text Example
Text Example
White with #31454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31454E; }
p { color: rgb(49,69,78); }
H1.HeaderClassName
{
color: #31454E;
}
.AnyTagClassName
{
color: #31454E;
}
</style>
background-color css
<style>
a { background-color: #31454E; }
a { background-color: rgb(49,69,78); }
div.DivClassName
{
background-color: #31454E;
}
.BgClassName
{
background-color: #31454E;
}
</style>
border-color css
<style>
span { border-color: #31454E; }
span { border-color: rgb(49,69,78); }
td.TdClassName
{
border-color: #31454E;
}
.TagClassName
{
border-color: #31454E;
}
</style>