Shades of Biscay #303E57
Tints of Biscay #303E57
RGB
CMYK
RGB Variations
Color information
#303E57 (or 0x303E57) is known color: Biscay. HEX triplet: 30, 3E and 57. RGB value is (48,62,87). Sum of RGB (Red+Green+Blue) = 48+62+87=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #303E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E57 is #CFC1A8. Grayscale: #3C3C3C. Windows color (decimal): -13615529 or 5717552. OLE color: 5717552.
HSL color Cylindrical-coordinate representation of color #303E57: hue angle of 218.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303E57 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 62 | 87 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.66 |
| HSL | 218.46º | 0.29% | 0.26% | - |
| HSV(B) | 218.46º | 0.45% | 0.34% | - |
| XYZ | 4.66 | 4.76 | 9.69 | - |
| YUV | 60.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 87 | 0.45 | 0.29 | 0 | 0.66 | 218.46 | 0.29 | 0.26 |
| Hex | 30 | 3E | 57 | 2D | 1D | 0 | 42 | DA | 1D | 1A |
| Octal | 60 | 76 | 127 | 55 | 35 | 0 | 102 | 332 | 35 | 32 |
| Binary | 110000 | 111110 | 1010111 | 101101 | 11101 | 0 | 1000010 | 11011010 | 11101 | 11010 |
Color Harmonies of #303E57
Complementary color
Monochromatic Colors of #303E57
Black with #303E57
Text Example
Text Example
White with #303E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E57; }
p { color: rgb(48,62,87); }
H1.HeaderClassName
{
color: #303E57;
}
.AnyTagClassName
{
color: #303E57;
}
</style>
background-color css
<style>
a { background-color: #303E57; }
a { background-color: rgb(48,62,87); }
div.DivClassName
{
background-color: #303E57;
}
.BgClassName
{
background-color: #303E57;
}
</style>
border-color css
<style>
span { border-color: #303E57; }
span { border-color: rgb(48,62,87); }
td.TdClassName
{
border-color: #303E57;
}
.TagClassName
{
border-color: #303E57;
}
</style>