Shades of Big Stone #2D4549
Tints of Big Stone #2D4549
RGB
CMYK
RGB Variations
Color information
#2D4549 (or 0x2D4549) is known color: Big Stone. HEX triplet: 2D, 45 and 49. RGB value is (45,69,73). Sum of RGB (Red+Green+Blue) = 45+69+73=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D4549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4549 is #D2BAB6. Grayscale: #3E3E3E. Windows color (decimal): -13810359 or 4801837. OLE color: 4801837.
HSL color Cylindrical-coordinate representation of color #2D4549: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4549 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 69 | 73 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.71 |
| HSL | 188.57º | 0.24% | 0.23% | - |
| HSV(B) | 188.57º | 0.38% | 0.29% | - |
| XYZ | 4.41 | 5.3 | 7.09 | - |
| YUV | 62.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 73 | 0.38 | 0.05 | 0 | 0.71 | 188.57 | 0.24 | 0.23 |
| Hex | 2D | 45 | 49 | 26 | 5 | 0 | 47 | BD | 18 | 17 |
| Octal | 55 | 105 | 111 | 46 | 5 | 0 | 107 | 275 | 30 | 27 |
| Binary | 101101 | 1000101 | 1001001 | 100110 | 101 | 0 | 1000111 | 10111101 | 11000 | 10111 |
Color Harmonies of #2D4549
Complementary color
Monochromatic Colors of #2D4549
Black with #2D4549
Text Example
Text Example
White with #2D4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4549; }
p { color: rgb(45,69,73); }
H1.HeaderClassName
{
color: #2D4549;
}
.AnyTagClassName
{
color: #2D4549;
}
</style>
background-color css
<style>
a { background-color: #2D4549; }
a { background-color: rgb(45,69,73); }
div.DivClassName
{
background-color: #2D4549;
}
.BgClassName
{
background-color: #2D4549;
}
</style>
border-color css
<style>
span { border-color: #2D4549; }
span { border-color: rgb(45,69,73); }
td.TdClassName
{
border-color: #2D4549;
}
.TagClassName
{
border-color: #2D4549;
}
</style>