Shades of Biscay #303C52
Tints of Biscay #303C52
RGB
CMYK
RGB Variations
Color information
#303C52 (or 0x303C52) is known color: Biscay. HEX triplet: 30, 3C and 52. RGB value is (48,60,82). Sum of RGB (Red+Green+Blue) = 48+60+82=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #303C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C52 is #CFC3AD. Grayscale: #3A3A3A. Windows color (decimal): -13616046 or 5389360. OLE color: 5389360.
HSL color Cylindrical-coordinate representation of color #303C52: hue angle of 218.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 #303C52 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 60 | 82 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.68 |
| HSL | 218.82º | 0.26% | 0.25% | - |
| HSV(B) | 218.82º | 0.41% | 0.32% | - |
| XYZ | 4.36 | 4.47 | 8.62 | - |
| YUV | 58.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 82 | 0.41 | 0.27 | 0 | 0.68 | 218.82 | 0.26 | 0.25 |
| Hex | 30 | 3C | 52 | 29 | 1B | 0 | 44 | DB | 1A | 19 |
| Octal | 60 | 74 | 122 | 51 | 33 | 0 | 104 | 333 | 32 | 31 |
| Binary | 110000 | 111100 | 1010010 | 101001 | 11011 | 0 | 1000100 | 11011011 | 11010 | 11001 |
Color Harmonies of #303C52
Complementary color
Monochromatic Colors of #303C52
Black with #303C52
Text Example
Text Example
White with #303C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C52; }
p { color: rgb(48,60,82); }
H1.HeaderClassName
{
color: #303C52;
}
.AnyTagClassName
{
color: #303C52;
}
</style>
background-color css
<style>
a { background-color: #303C52; }
a { background-color: rgb(48,60,82); }
div.DivClassName
{
background-color: #303C52;
}
.BgClassName
{
background-color: #303C52;
}
</style>
border-color css
<style>
span { border-color: #303C52; }
span { border-color: rgb(48,60,82); }
td.TdClassName
{
border-color: #303C52;
}
.TagClassName
{
border-color: #303C52;
}
</style>