Shades of Big Stone #334549
Tints of Big Stone #334549
RGB
CMYK
RGB Variations
Color information
#334549 (or 0x334549) is known color: Big Stone. HEX triplet: 33, 45 and 49. RGB value is (51,69,73). Sum of RGB (Red+Green+Blue) = 51+69+73=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #334549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334549 is #CCBAB6. Grayscale: #404040. Windows color (decimal): -13417143 or 4801843. OLE color: 4801843.
HSL color Cylindrical-coordinate representation of color #334549: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334549 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 69 | 73 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.71 |
| HSL | 190.91º | 0.18% | 0.24% | - |
| HSV(B) | 190.91º | 0.3% | 0.29% | - |
| XYZ | 4.7 | 5.44 | 7.11 | - |
| YUV | 64.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 73 | 0.30 | 0.05 | 0 | 0.71 | 190.91 | 0.18 | 0.24 |
| Hex | 33 | 45 | 49 | 1E | 5 | 0 | 47 | BF | 12 | 18 |
| Octal | 63 | 105 | 111 | 36 | 5 | 0 | 107 | 277 | 22 | 30 |
| Binary | 110011 | 1000101 | 1001001 | 11110 | 101 | 0 | 1000111 | 10111111 | 10010 | 11000 |
Color Harmonies of #334549
Complementary color
Monochromatic Colors of #334549
Black with #334549
Text Example
Text Example
White with #334549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334549; }
p { color: rgb(51,69,73); }
H1.HeaderClassName
{
color: #334549;
}
.AnyTagClassName
{
color: #334549;
}
</style>
background-color css
<style>
a { background-color: #334549; }
a { background-color: rgb(51,69,73); }
div.DivClassName
{
background-color: #334549;
}
.BgClassName
{
background-color: #334549;
}
</style>
border-color css
<style>
span { border-color: #334549; }
span { border-color: rgb(51,69,73); }
td.TdClassName
{
border-color: #334549;
}
.TagClassName
{
border-color: #334549;
}
</style>