Shades of Big Stone #304044
Tints of Big Stone #304044
RGB
CMYK
RGB Variations
Color information
#304044 (or 0x304044) is known color: Big Stone. HEX triplet: 30, 40 and 44. RGB value is (48,64,68). Sum of RGB (Red+Green+Blue) = 48+64+68=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #304044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304044 is #CFBFBB. Grayscale: #3B3B3B. Windows color (decimal): -13615036 or 4472880. OLE color: 4472880.
HSL color Cylindrical-coordinate representation of color #304044: hue angle of 192º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304044 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 64 | 68 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.73 |
| HSL | 192º | 0.17% | 0.23% | - |
| HSV(B) | 192º | 0.29% | 0.27% | - |
| XYZ | 4.1 | 4.71 | 6.16 | - |
| YUV | 59.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 68 | 0.29 | 0.06 | 0 | 0.73 | 192 | 0.17 | 0.23 |
| Hex | 30 | 40 | 44 | 1D | 6 | 0 | 49 | C0 | 11 | 17 |
| Octal | 60 | 100 | 104 | 35 | 6 | 0 | 111 | 300 | 21 | 27 |
| Binary | 110000 | 1000000 | 1000100 | 11101 | 110 | 0 | 1001001 | 11000000 | 10001 | 10111 |
Color Harmonies of #304044
Complementary color
Monochromatic Colors of #304044
Black with #304044
Text Example
Text Example
White with #304044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304044; }
p { color: rgb(48,64,68); }
H1.HeaderClassName
{
color: #304044;
}
.AnyTagClassName
{
color: #304044;
}
</style>
background-color css
<style>
a { background-color: #304044; }
a { background-color: rgb(48,64,68); }
div.DivClassName
{
background-color: #304044;
}
.BgClassName
{
background-color: #304044;
}
</style>
border-color css
<style>
span { border-color: #304044; }
span { border-color: rgb(48,64,68); }
td.TdClassName
{
border-color: #304044;
}
.TagClassName
{
border-color: #304044;
}
</style>