Shades of Big Stone #303F4A
Tints of Big Stone #303F4A
RGB
CMYK
RGB Variations
Color information
#303F4A (or 0x303F4A) is known color: Big Stone. HEX triplet: 30, 3F and 4A. RGB value is (48,63,74). Sum of RGB (Red+Green+Blue) = 48+63+74=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #303F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F4A is #CFC0B5. Grayscale: #3B3B3B. Windows color (decimal): -13615286 or 4865840. OLE color: 4865840.
HSL color Cylindrical-coordinate representation of color #303F4A: hue angle of 205.38º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303F4A is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 63 | 74 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.71 |
| HSL | 205.38º | 0.21% | 0.24% | - |
| HSV(B) | 205.38º | 0.35% | 0.29% | - |
| XYZ | 4.23 | 4.68 | 7.16 | - |
| YUV | 59.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 74 | 0.35 | 0.15 | 0 | 0.71 | 205.38 | 0.21 | 0.24 |
| Hex | 30 | 3F | 4A | 23 | F | 0 | 47 | CD | 15 | 18 |
| Octal | 60 | 77 | 112 | 43 | 17 | 0 | 107 | 315 | 25 | 30 |
| Binary | 110000 | 111111 | 1001010 | 100011 | 1111 | 0 | 1000111 | 11001101 | 10101 | 11000 |
Color Harmonies of #303F4A
Complementary color
Monochromatic Colors of #303F4A
Black with #303F4A
Text Example
Text Example
White with #303F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F4A; }
p { color: rgb(48,63,74); }
H1.HeaderClassName
{
color: #303F4A;
}
.AnyTagClassName
{
color: #303F4A;
}
</style>
background-color css
<style>
a { background-color: #303F4A; }
a { background-color: rgb(48,63,74); }
div.DivClassName
{
background-color: #303F4A;
}
.BgClassName
{
background-color: #303F4A;
}
</style>
border-color css
<style>
span { border-color: #303F4A; }
span { border-color: rgb(48,63,74); }
td.TdClassName
{
border-color: #303F4A;
}
.TagClassName
{
border-color: #303F4A;
}
</style>