Shades of Biscay #303B52
Tints of Biscay #303B52
RGB
CMYK
RGB Variations
Color information
#303B52 (or 0x303B52) is known color: Biscay. HEX triplet: 30, 3B and 52. RGB value is (48,59,82). Sum of RGB (Red+Green+Blue) = 48+59+82=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #303B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B52 is #CFC4AD. Grayscale: #3A3A3A. Windows color (decimal): -13616302 or 5389104. OLE color: 5389104.
HSL color Cylindrical-coordinate representation of color #303B52: hue angle of 220.59º 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 #303B52 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 59 | 82 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.68 |
| HSL | 220.59º | 0.26% | 0.25% | - |
| HSV(B) | 220.59º | 0.41% | 0.32% | - |
| XYZ | 4.31 | 4.37 | 8.6 | - |
| YUV | 58.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 82 | 0.41 | 0.28 | 0 | 0.68 | 220.59 | 0.26 | 0.25 |
| Hex | 30 | 3B | 52 | 29 | 1C | 0 | 44 | DD | 1A | 19 |
| Octal | 60 | 73 | 122 | 51 | 34 | 0 | 104 | 335 | 32 | 31 |
| Binary | 110000 | 111011 | 1010010 | 101001 | 11100 | 0 | 1000100 | 11011101 | 11010 | 11001 |
Color Harmonies of #303B52
Complementary color
Monochromatic Colors of #303B52
Black with #303B52
Text Example
Text Example
White with #303B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B52; }
p { color: rgb(48,59,82); }
H1.HeaderClassName
{
color: #303B52;
}
.AnyTagClassName
{
color: #303B52;
}
</style>
background-color css
<style>
a { background-color: #303B52; }
a { background-color: rgb(48,59,82); }
div.DivClassName
{
background-color: #303B52;
}
.BgClassName
{
background-color: #303B52;
}
</style>
border-color css
<style>
span { border-color: #303B52; }
span { border-color: rgb(48,59,82); }
td.TdClassName
{
border-color: #303B52;
}
.TagClassName
{
border-color: #303B52;
}
</style>