Shades of Big Stone #334245
Tints of Big Stone #334245
RGB
CMYK
RGB Variations
Color information
#334245 (or 0x334245) is known color: Big Stone. HEX triplet: 33, 42 and 45. RGB value is (51,66,69). Sum of RGB (Red+Green+Blue) = 51+66+69=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #334245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334245 is #CCBDBA. Grayscale: #3D3D3D. Windows color (decimal): -13417915 or 4538931. OLE color: 4538931.
HSL color Cylindrical-coordinate representation of color #334245: hue angle of 190º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #334245 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 66 | 69 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.73 |
| HSL | 190º | 0.15% | 0.24% | - |
| HSV(B) | 190º | 0.26% | 0.27% | - |
| XYZ | 4.39 | 5.03 | 6.37 | - |
| YUV | 61.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 69 | 0.26 | 0.04 | 0 | 0.73 | 190 | 0.15 | 0.24 |
| Hex | 33 | 42 | 45 | 1A | 4 | 0 | 49 | BE | F | 18 |
| Octal | 63 | 102 | 105 | 32 | 4 | 0 | 111 | 276 | 17 | 30 |
| Binary | 110011 | 1000010 | 1000101 | 11010 | 100 | 0 | 1001001 | 10111110 | 1111 | 11000 |
Color Harmonies of #334245
Complementary color
Monochromatic Colors of #334245
Black with #334245
Text Example
Text Example
White with #334245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334245; }
p { color: rgb(51,66,69); }
H1.HeaderClassName
{
color: #334245;
}
.AnyTagClassName
{
color: #334245;
}
</style>
background-color css
<style>
a { background-color: #334245; }
a { background-color: rgb(51,66,69); }
div.DivClassName
{
background-color: #334245;
}
.BgClassName
{
background-color: #334245;
}
</style>
border-color css
<style>
span { border-color: #334245; }
span { border-color: rgb(51,66,69); }
td.TdClassName
{
border-color: #334245;
}
.TagClassName
{
border-color: #334245;
}
</style>