Shades of Big Stone #304550
Tints of Big Stone #304550
RGB
CMYK
RGB Variations
Color information
#304550 (or 0x304550) is known color: Big Stone. HEX triplet: 30, 45 and 50. RGB value is (48,69,80). Sum of RGB (Red+Green+Blue) = 48+69+80=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #304550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304550 is #CFBAAF. Grayscale: #3F3F3F. Windows color (decimal): -13613744 or 5260592. OLE color: 5260592.
HSL color Cylindrical-coordinate representation of color #304550: hue angle of 200.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304550 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 69 | 80 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.69 |
| HSL | 200.63º | 0.25% | 0.25% | - |
| HSV(B) | 200.63º | 0.4% | 0.31% | - |
| XYZ | 4.8 | 5.46 | 8.39 | - |
| YUV | 63.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 80 | 0.40 | 0.14 | 0 | 0.69 | 200.63 | 0.25 | 0.25 |
| Hex | 30 | 45 | 50 | 28 | E | 0 | 45 | C9 | 19 | 19 |
| Octal | 60 | 105 | 120 | 50 | 16 | 0 | 105 | 311 | 31 | 31 |
| Binary | 110000 | 1000101 | 1010000 | 101000 | 1110 | 0 | 1000101 | 11001001 | 11001 | 11001 |
Color Harmonies of #304550
Complementary color
Monochromatic Colors of #304550
Black with #304550
Text Example
Text Example
White with #304550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304550; }
p { color: rgb(48,69,80); }
H1.HeaderClassName
{
color: #304550;
}
.AnyTagClassName
{
color: #304550;
}
</style>
background-color css
<style>
a { background-color: #304550; }
a { background-color: rgb(48,69,80); }
div.DivClassName
{
background-color: #304550;
}
.BgClassName
{
background-color: #304550;
}
</style>
border-color css
<style>
span { border-color: #304550; }
span { border-color: rgb(48,69,80); }
td.TdClassName
{
border-color: #304550;
}
.TagClassName
{
border-color: #304550;
}
</style>