Shades of Big Stone #303E47
Tints of Big Stone #303E47
RGB
CMYK
RGB Variations
Color information
#303E47 (or 0x303E47) is known color: Big Stone. HEX triplet: 30, 3E and 47. RGB value is (48,62,71). Sum of RGB (Red+Green+Blue) = 48+62+71=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #303E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E47 is #CFC1B8. Grayscale: #3A3A3A. Windows color (decimal): -13615545 or 4668976. OLE color: 4668976.
HSL color Cylindrical-coordinate representation of color #303E47: hue angle of 203.48º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303E47 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 62 | 71 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.72 |
| HSL | 203.48º | 0.19% | 0.23% | - |
| HSV(B) | 203.48º | 0.32% | 0.28% | - |
| XYZ | 4.08 | 4.53 | 6.62 | - |
| YUV | 58.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 71 | 0.32 | 0.13 | 0 | 0.72 | 203.48 | 0.19 | 0.23 |
| Hex | 30 | 3E | 47 | 20 | D | 0 | 48 | CB | 13 | 17 |
| Octal | 60 | 76 | 107 | 40 | 15 | 0 | 110 | 313 | 23 | 27 |
| Binary | 110000 | 111110 | 1000111 | 100000 | 1101 | 0 | 1001000 | 11001011 | 10011 | 10111 |
Color Harmonies of #303E47
Complementary color
Monochromatic Colors of #303E47
Black with #303E47
Text Example
Text Example
White with #303E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E47; }
p { color: rgb(48,62,71); }
H1.HeaderClassName
{
color: #303E47;
}
.AnyTagClassName
{
color: #303E47;
}
</style>
background-color css
<style>
a { background-color: #303E47; }
a { background-color: rgb(48,62,71); }
div.DivClassName
{
background-color: #303E47;
}
.BgClassName
{
background-color: #303E47;
}
</style>
border-color css
<style>
span { border-color: #303E47; }
span { border-color: rgb(48,62,71); }
td.TdClassName
{
border-color: #303E47;
}
.TagClassName
{
border-color: #303E47;
}
</style>