Shades of Biscay #303E56
Tints of Biscay #303E56
RGB
CMYK
RGB Variations
Color information
#303E56 (or 0x303E56) is known color: Biscay. HEX triplet: 30, 3E and 56. RGB value is (48,62,86). Sum of RGB (Red+Green+Blue) = 48+62+86=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #303E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E56 is #CFC1A9. Grayscale: #3C3C3C. Windows color (decimal): -13615530 or 5652016. OLE color: 5652016.
HSL color Cylindrical-coordinate representation of color #303E56: hue angle of 217.89º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303E56 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 62 | 86 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.66 |
| HSL | 217.89º | 0.28% | 0.26% | - |
| HSV(B) | 217.89º | 0.44% | 0.34% | - |
| XYZ | 4.62 | 4.75 | 9.48 | - |
| YUV | 60.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 86 | 0.44 | 0.28 | 0 | 0.66 | 217.89 | 0.28 | 0.26 |
| Hex | 30 | 3E | 56 | 2C | 1C | 0 | 42 | DA | 1C | 1A |
| Octal | 60 | 76 | 126 | 54 | 34 | 0 | 102 | 332 | 34 | 32 |
| Binary | 110000 | 111110 | 1010110 | 101100 | 11100 | 0 | 1000010 | 11011010 | 11100 | 11010 |
Color Harmonies of #303E56
Complementary color
Monochromatic Colors of #303E56
Black with #303E56
Text Example
Text Example
White with #303E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E56; }
p { color: rgb(48,62,86); }
H1.HeaderClassName
{
color: #303E56;
}
.AnyTagClassName
{
color: #303E56;
}
</style>
background-color css
<style>
a { background-color: #303E56; }
a { background-color: rgb(48,62,86); }
div.DivClassName
{
background-color: #303E56;
}
.BgClassName
{
background-color: #303E56;
}
</style>
border-color css
<style>
span { border-color: #303E56; }
span { border-color: rgb(48,62,86); }
td.TdClassName
{
border-color: #303E56;
}
.TagClassName
{
border-color: #303E56;
}
</style>