Shades of Biscay #303A51
Tints of Biscay #303A51
RGB
CMYK
RGB Variations
Color information
#303A51 (or 0x303A51) is known color: Biscay. HEX triplet: 30, 3A and 51. RGB value is (48,58,81). Sum of RGB (Red+Green+Blue) = 48+58+81=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #303A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A51 is #CFC5AE. Grayscale: #393939. Windows color (decimal): -13616559 or 5323312. OLE color: 5323312.
HSL color Cylindrical-coordinate representation of color #303A51: hue angle of 221.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303A51 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 58 | 81 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.68 |
| HSL | 221.82º | 0.26% | 0.25% | - |
| HSV(B) | 221.82º | 0.41% | 0.32% | - |
| XYZ | 4.22 | 4.25 | 8.38 | - |
| YUV | 57.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 81 | 0.41 | 0.28 | 0 | 0.68 | 221.82 | 0.26 | 0.25 |
| Hex | 30 | 3A | 51 | 29 | 1C | 0 | 44 | DE | 1A | 19 |
| Octal | 60 | 72 | 121 | 51 | 34 | 0 | 104 | 336 | 32 | 31 |
| Binary | 110000 | 111010 | 1010001 | 101001 | 11100 | 0 | 1000100 | 11011110 | 11010 | 11001 |
Color Harmonies of #303A51
Complementary color
Monochromatic Colors of #303A51
Black with #303A51
Text Example
Text Example
White with #303A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A51; }
p { color: rgb(48,58,81); }
H1.HeaderClassName
{
color: #303A51;
}
.AnyTagClassName
{
color: #303A51;
}
</style>
background-color css
<style>
a { background-color: #303A51; }
a { background-color: rgb(48,58,81); }
div.DivClassName
{
background-color: #303A51;
}
.BgClassName
{
background-color: #303A51;
}
</style>
border-color css
<style>
span { border-color: #303A51; }
span { border-color: rgb(48,58,81); }
td.TdClassName
{
border-color: #303A51;
}
.TagClassName
{
border-color: #303A51;
}
</style>