Shades of Biscay #303C4D
Tints of Biscay #303C4D
RGB
CMYK
RGB Variations
Color information
#303C4D (or 0x303C4D) is known color: Biscay. HEX triplet: 30, 3C and 4D. RGB value is (48,60,77). Sum of RGB (Red+Green+Blue) = 48+60+77=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #303C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C4D is #CFC3B2. Grayscale: #3A3A3A. Windows color (decimal): -13616051 or 5061680. OLE color: 5061680.
HSL color Cylindrical-coordinate representation of color #303C4D: hue angle of 215.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303C4D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 60 | 77 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.70 |
| HSL | 215.17º | 0.23% | 0.25% | - |
| HSV(B) | 215.17º | 0.38% | 0.3% | - |
| XYZ | 4.17 | 4.4 | 7.65 | - |
| YUV | 58.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 77 | 0.38 | 0.22 | 0 | 0.70 | 215.17 | 0.23 | 0.25 |
| Hex | 30 | 3C | 4D | 26 | 16 | 0 | 46 | D7 | 17 | 19 |
| Octal | 60 | 74 | 115 | 46 | 26 | 0 | 106 | 327 | 27 | 31 |
| Binary | 110000 | 111100 | 1001101 | 100110 | 10110 | 0 | 1000110 | 11010111 | 10111 | 11001 |
Color Harmonies of #303C4D
Complementary color
Monochromatic Colors of #303C4D
Black with #303C4D
Text Example
Text Example
White with #303C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C4D; }
p { color: rgb(48,60,77); }
H1.HeaderClassName
{
color: #303C4D;
}
.AnyTagClassName
{
color: #303C4D;
}
</style>
background-color css
<style>
a { background-color: #303C4D; }
a { background-color: rgb(48,60,77); }
div.DivClassName
{
background-color: #303C4D;
}
.BgClassName
{
background-color: #303C4D;
}
</style>
border-color css
<style>
span { border-color: #303C4D; }
span { border-color: rgb(48,60,77); }
td.TdClassName
{
border-color: #303C4D;
}
.TagClassName
{
border-color: #303C4D;
}
</style>