Shades of Biscay #303B53
Tints of Biscay #303B53
RGB
CMYK
RGB Variations
Color information
#303B53 (or 0x303B53) is known color: Biscay. HEX triplet: 30, 3B and 53. RGB value is (48,59,83). Sum of RGB (Red+Green+Blue) = 48+59+83=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #303B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B53 is #CFC4AC. Grayscale: #3A3A3A. Windows color (decimal): -13616301 or 5454640. OLE color: 5454640.
HSL color Cylindrical-coordinate representation of color #303B53: hue angle of 221.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303B53 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 59 | 83 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.67 |
| HSL | 221.14º | 0.27% | 0.26% | - |
| HSV(B) | 221.14º | 0.42% | 0.33% | - |
| XYZ | 4.34 | 4.38 | 8.8 | - |
| YUV | 58.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 83 | 0.42 | 0.29 | 0 | 0.67 | 221.14 | 0.27 | 0.26 |
| Hex | 30 | 3B | 53 | 2A | 1D | 0 | 43 | DD | 1B | 1A |
| Octal | 60 | 73 | 123 | 52 | 35 | 0 | 103 | 335 | 33 | 32 |
| Binary | 110000 | 111011 | 1010011 | 101010 | 11101 | 0 | 1000011 | 11011101 | 11011 | 11010 |
Color Harmonies of #303B53
Complementary color
Monochromatic Colors of #303B53
Black with #303B53
Text Example
Text Example
White with #303B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B53; }
p { color: rgb(48,59,83); }
H1.HeaderClassName
{
color: #303B53;
}
.AnyTagClassName
{
color: #303B53;
}
</style>
background-color css
<style>
a { background-color: #303B53; }
a { background-color: rgb(48,59,83); }
div.DivClassName
{
background-color: #303B53;
}
.BgClassName
{
background-color: #303B53;
}
</style>
border-color css
<style>
span { border-color: #303B53; }
span { border-color: rgb(48,59,83); }
td.TdClassName
{
border-color: #303B53;
}
.TagClassName
{
border-color: #303B53;
}
</style>