Shades of Big Stone #2F4550
Tints of Big Stone #2F4550
RGB
CMYK
RGB Variations
Color information
#2F4550 (or 0x2F4550) is known color: Big Stone. HEX triplet: 2F, 45 and 50. RGB value is (47,69,80). Sum of RGB (Red+Green+Blue) = 47+69+80=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4550 is #D0BAAF. Grayscale: #3F3F3F. Windows color (decimal): -13679280 or 5260591. OLE color: 5260591.
HSL color Cylindrical-coordinate representation of color #2F4550: hue angle of 200º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4550 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 69 | 80 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.69 |
| HSL | 200º | 0.26% | 0.25% | - |
| HSV(B) | 200º | 0.41% | 0.31% | - |
| XYZ | 4.75 | 5.44 | 8.39 | - |
| YUV | 63.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 80 | 0.41 | 0.14 | 0 | 0.69 | 200 | 0.26 | 0.25 |
| Hex | 2F | 45 | 50 | 29 | E | 0 | 45 | C8 | 1A | 19 |
| Octal | 57 | 105 | 120 | 51 | 16 | 0 | 105 | 310 | 32 | 31 |
| Binary | 101111 | 1000101 | 1010000 | 101001 | 1110 | 0 | 1000101 | 11001000 | 11010 | 11001 |
Color Harmonies of #2F4550
Complementary color
Monochromatic Colors of #2F4550
Black with #2F4550
Text Example
Text Example
White with #2F4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4550; }
p { color: rgb(47,69,80); }
H1.HeaderClassName
{
color: #2F4550;
}
.AnyTagClassName
{
color: #2F4550;
}
</style>
background-color css
<style>
a { background-color: #2F4550; }
a { background-color: rgb(47,69,80); }
div.DivClassName
{
background-color: #2F4550;
}
.BgClassName
{
background-color: #2F4550;
}
</style>
border-color css
<style>
span { border-color: #2F4550; }
span { border-color: rgb(47,69,80); }
td.TdClassName
{
border-color: #2F4550;
}
.TagClassName
{
border-color: #2F4550;
}
</style>