Shades of Biscay #303C55
Tints of Biscay #303C55
RGB
CMYK
RGB Variations
Color information
#303C55 (or 0x303C55) is known color: Biscay. HEX triplet: 30, 3C and 55. RGB value is (48,60,85). Sum of RGB (Red+Green+Blue) = 48+60+85=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #303C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C55 is #CFC3AA. Grayscale: #3B3B3B. Windows color (decimal): -13616043 or 5585968. OLE color: 5585968.
HSL color Cylindrical-coordinate representation of color #303C55: hue angle of 220.54º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303C55 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 60 | 85 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.67 |
| HSL | 220.54º | 0.28% | 0.26% | - |
| HSV(B) | 220.54º | 0.44% | 0.33% | - |
| XYZ | 4.47 | 4.52 | 9.23 | - |
| YUV | 59.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 85 | 0.44 | 0.29 | 0 | 0.67 | 220.54 | 0.28 | 0.26 |
| Hex | 30 | 3C | 55 | 2C | 1D | 0 | 43 | DD | 1C | 1A |
| Octal | 60 | 74 | 125 | 54 | 35 | 0 | 103 | 335 | 34 | 32 |
| Binary | 110000 | 111100 | 1010101 | 101100 | 11101 | 0 | 1000011 | 11011101 | 11100 | 11010 |
Color Harmonies of #303C55
Complementary color
Monochromatic Colors of #303C55
Black with #303C55
Text Example
Text Example
White with #303C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C55; }
p { color: rgb(48,60,85); }
H1.HeaderClassName
{
color: #303C55;
}
.AnyTagClassName
{
color: #303C55;
}
</style>
background-color css
<style>
a { background-color: #303C55; }
a { background-color: rgb(48,60,85); }
div.DivClassName
{
background-color: #303C55;
}
.BgClassName
{
background-color: #303C55;
}
</style>
border-color css
<style>
span { border-color: #303C55; }
span { border-color: rgb(48,60,85); }
td.TdClassName
{
border-color: #303C55;
}
.TagClassName
{
border-color: #303C55;
}
</style>