Shades of Arsenic #303F4B
Tints of Arsenic #303F4B
RGB
CMYK
RGB Variations
Color information
#303F4B (or 0x303F4B) is known color: Arsenic. HEX triplet: 30, 3F and 4B. RGB value is (48,63,75). Sum of RGB (Red+Green+Blue) = 48+63+75=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #303F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F4B is #CFC0B4. Grayscale: #3B3B3B. Windows color (decimal): -13615285 or 4931376. OLE color: 4931376.
HSL color Cylindrical-coordinate representation of color #303F4B: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303F4B is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 63 | 75 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.71 |
| HSL | 206.67º | 0.22% | 0.24% | - |
| HSV(B) | 206.67º | 0.36% | 0.29% | - |
| XYZ | 4.27 | 4.69 | 7.34 | - |
| YUV | 59.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 75 | 0.36 | 0.16 | 0 | 0.71 | 206.67 | 0.22 | 0.24 |
| Hex | 30 | 3F | 4B | 24 | 10 | 0 | 47 | CF | 16 | 18 |
| Octal | 60 | 77 | 113 | 44 | 20 | 0 | 107 | 317 | 26 | 30 |
| Binary | 110000 | 111111 | 1001011 | 100100 | 10000 | 0 | 1000111 | 11001111 | 10110 | 11000 |
Color Harmonies of #303F4B
Complementary color
Monochromatic Colors of #303F4B
Black with #303F4B
Text Example
Text Example
White with #303F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F4B; }
p { color: rgb(48,63,75); }
H1.HeaderClassName
{
color: #303F4B;
}
.AnyTagClassName
{
color: #303F4B;
}
</style>
background-color css
<style>
a { background-color: #303F4B; }
a { background-color: rgb(48,63,75); }
div.DivClassName
{
background-color: #303F4B;
}
.BgClassName
{
background-color: #303F4B;
}
</style>
border-color css
<style>
span { border-color: #303F4B; }
span { border-color: rgb(48,63,75); }
td.TdClassName
{
border-color: #303F4B;
}
.TagClassName
{
border-color: #303F4B;
}
</style>