Shades of Big Stone #2D404A
Tints of Big Stone #2D404A
RGB
CMYK
RGB Variations
Color information
#2D404A (or 0x2D404A) is known color: Big Stone. HEX triplet: 2D, 40 and 4A. RGB value is (45,64,74). Sum of RGB (Red+Green+Blue) = 45+64+74=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D404A is #D2BFB5. Grayscale: #3B3B3B. Windows color (decimal): -13811638 or 4866093. OLE color: 4866093.
HSL color Cylindrical-coordinate representation of color #2D404A: hue angle of 200.69º 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 #2D404A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 64 | 74 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.71 |
| HSL | 200.69º | 0.24% | 0.23% | - |
| HSV(B) | 200.69º | 0.39% | 0.29% | - |
| XYZ | 4.15 | 4.72 | 7.17 | - |
| YUV | 59.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 74 | 0.39 | 0.14 | 0 | 0.71 | 200.69 | 0.24 | 0.23 |
| Hex | 2D | 40 | 4A | 27 | E | 0 | 47 | C9 | 18 | 17 |
| Octal | 55 | 100 | 112 | 47 | 16 | 0 | 107 | 311 | 30 | 27 |
| Binary | 101101 | 1000000 | 1001010 | 100111 | 1110 | 0 | 1000111 | 11001001 | 11000 | 10111 |
Color Harmonies of #2D404A
Complementary color
Monochromatic Colors of #2D404A
Black with #2D404A
Text Example
Text Example
White with #2D404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D404A; }
p { color: rgb(45,64,74); }
H1.HeaderClassName
{
color: #2D404A;
}
.AnyTagClassName
{
color: #2D404A;
}
</style>
background-color css
<style>
a { background-color: #2D404A; }
a { background-color: rgb(45,64,74); }
div.DivClassName
{
background-color: #2D404A;
}
.BgClassName
{
background-color: #2D404A;
}
</style>
border-color css
<style>
span { border-color: #2D404A; }
span { border-color: rgb(45,64,74); }
td.TdClassName
{
border-color: #2D404A;
}
.TagClassName
{
border-color: #2D404A;
}
</style>