Shades of Big Stone #354449
Tints of Big Stone #354449
RGB
CMYK
RGB Variations
Color information
#354449 (or 0x354449) is known color: Big Stone. HEX triplet: 35, 44 and 49. RGB value is (53,68,73). Sum of RGB (Red+Green+Blue) = 53+68+73=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #354449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354449 is #CABBB6. Grayscale: #404040. Windows color (decimal): -13286327 or 4801589. OLE color: 4801589.
HSL color Cylindrical-coordinate representation of color #354449: hue angle of 195º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354449 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 68 | 73 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.71 |
| HSL | 195º | 0.16% | 0.25% | - |
| HSV(B) | 195º | 0.27% | 0.29% | - |
| XYZ | 4.74 | 5.37 | 7.09 | - |
| YUV | 64.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 73 | 0.27 | 0.07 | 0 | 0.71 | 195 | 0.16 | 0.25 |
| Hex | 35 | 44 | 49 | 1B | 7 | 0 | 47 | C3 | 10 | 19 |
| Octal | 65 | 104 | 111 | 33 | 7 | 0 | 107 | 303 | 20 | 31 |
| Binary | 110101 | 1000100 | 1001001 | 11011 | 111 | 0 | 1000111 | 11000011 | 10000 | 11001 |
Color Harmonies of #354449
Complementary color
Monochromatic Colors of #354449
Black with #354449
Text Example
Text Example
White with #354449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354449; }
p { color: rgb(53,68,73); }
H1.HeaderClassName
{
color: #354449;
}
.AnyTagClassName
{
color: #354449;
}
</style>
background-color css
<style>
a { background-color: #354449; }
a { background-color: rgb(53,68,73); }
div.DivClassName
{
background-color: #354449;
}
.BgClassName
{
background-color: #354449;
}
</style>
border-color css
<style>
span { border-color: #354449; }
span { border-color: rgb(53,68,73); }
td.TdClassName
{
border-color: #354449;
}
.TagClassName
{
border-color: #354449;
}
</style>