Shades of Big Stone #2D424A
Tints of Big Stone #2D424A
RGB
CMYK
RGB Variations
Color information
#2D424A (or 0x2D424A) is known color: Big Stone. HEX triplet: 2D, 42 and 4A. RGB value is (45,66,74). Sum of RGB (Red+Green+Blue) = 45+66+74=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D424A is #D2BDB5. Grayscale: #3C3C3C. Windows color (decimal): -13811126 or 4866605. OLE color: 4866605.
HSL color Cylindrical-coordinate representation of color #2D424A: hue angle of 196.55º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D424A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 66 | 74 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.71 |
| HSL | 196.55º | 0.24% | 0.23% | - |
| HSV(B) | 196.55º | 0.39% | 0.29% | - |
| XYZ | 4.27 | 4.95 | 7.21 | - |
| YUV | 60.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 74 | 0.39 | 0.11 | 0 | 0.71 | 196.55 | 0.24 | 0.23 |
| Hex | 2D | 42 | 4A | 27 | B | 0 | 47 | C5 | 18 | 17 |
| Octal | 55 | 102 | 112 | 47 | 13 | 0 | 107 | 305 | 30 | 27 |
| Binary | 101101 | 1000010 | 1001010 | 100111 | 1011 | 0 | 1000111 | 11000101 | 11000 | 10111 |
Color Harmonies of #2D424A
Complementary color
Monochromatic Colors of #2D424A
Black with #2D424A
Text Example
Text Example
White with #2D424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D424A; }
p { color: rgb(45,66,74); }
H1.HeaderClassName
{
color: #2D424A;
}
.AnyTagClassName
{
color: #2D424A;
}
</style>
background-color css
<style>
a { background-color: #2D424A; }
a { background-color: rgb(45,66,74); }
div.DivClassName
{
background-color: #2D424A;
}
.BgClassName
{
background-color: #2D424A;
}
</style>
border-color css
<style>
span { border-color: #2D424A; }
span { border-color: rgb(45,66,74); }
td.TdClassName
{
border-color: #2D424A;
}
.TagClassName
{
border-color: #2D424A;
}
</style>