Shades of Big Stone #344149
Tints of Big Stone #344149
RGB
CMYK
RGB Variations
Color information
#344149 (or 0x344149) is known color: Big Stone. HEX triplet: 34, 41 and 49. RGB value is (52,65,73). Sum of RGB (Red+Green+Blue) = 52+65+73=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #344149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344149 is #CBBEB6. Grayscale: #3D3D3D. Windows color (decimal): -13352631 or 4800820. OLE color: 4800820.
HSL color Cylindrical-coordinate representation of color #344149: hue angle of 202.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344149 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 65 | 73 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.71 |
| HSL | 202.86º | 0.17% | 0.25% | - |
| HSV(B) | 202.86º | 0.29% | 0.29% | - |
| XYZ | 4.51 | 4.99 | 7.03 | - |
| YUV | 62.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 73 | 0.29 | 0.11 | 0 | 0.71 | 202.86 | 0.17 | 0.25 |
| Hex | 34 | 41 | 49 | 1D | B | 0 | 47 | CB | 11 | 19 |
| Octal | 64 | 101 | 111 | 35 | 13 | 0 | 107 | 313 | 21 | 31 |
| Binary | 110100 | 1000001 | 1001001 | 11101 | 1011 | 0 | 1000111 | 11001011 | 10001 | 11001 |
Color Harmonies of #344149
Complementary color
Monochromatic Colors of #344149
Black with #344149
Text Example
Text Example
White with #344149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344149; }
p { color: rgb(52,65,73); }
H1.HeaderClassName
{
color: #344149;
}
.AnyTagClassName
{
color: #344149;
}
</style>
background-color css
<style>
a { background-color: #344149; }
a { background-color: rgb(52,65,73); }
div.DivClassName
{
background-color: #344149;
}
.BgClassName
{
background-color: #344149;
}
</style>
border-color css
<style>
span { border-color: #344149; }
span { border-color: rgb(52,65,73); }
td.TdClassName
{
border-color: #344149;
}
.TagClassName
{
border-color: #344149;
}
</style>