Shades of Biscay #303D55
Tints of Biscay #303D55
RGB
CMYK
RGB Variations
Color information
#303D55 (or 0x303D55) is known color: Biscay. HEX triplet: 30, 3D and 55. RGB value is (48,61,85). Sum of RGB (Red+Green+Blue) = 48+61+85=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #303D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D55 is #CFC2AA. Grayscale: #3B3B3B. Windows color (decimal): -13615787 or 5586224. OLE color: 5586224.
HSL color Cylindrical-coordinate representation of color #303D55: hue angle of 218.92º 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 #303D55 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 61 | 85 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.67 |
| HSL | 218.92º | 0.28% | 0.26% | - |
| HSV(B) | 218.92º | 0.44% | 0.33% | - |
| XYZ | 4.53 | 4.62 | 9.25 | - |
| YUV | 59.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 85 | 0.44 | 0.28 | 0 | 0.67 | 218.92 | 0.28 | 0.26 |
| Hex | 30 | 3D | 55 | 2C | 1C | 0 | 43 | DB | 1C | 1A |
| Octal | 60 | 75 | 125 | 54 | 34 | 0 | 103 | 333 | 34 | 32 |
| Binary | 110000 | 111101 | 1010101 | 101100 | 11100 | 0 | 1000011 | 11011011 | 11100 | 11010 |
Color Harmonies of #303D55
Complementary color
Monochromatic Colors of #303D55
Black with #303D55
Text Example
Text Example
White with #303D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D55; }
p { color: rgb(48,61,85); }
H1.HeaderClassName
{
color: #303D55;
}
.AnyTagClassName
{
color: #303D55;
}
</style>
background-color css
<style>
a { background-color: #303D55; }
a { background-color: rgb(48,61,85); }
div.DivClassName
{
background-color: #303D55;
}
.BgClassName
{
background-color: #303D55;
}
</style>
border-color css
<style>
span { border-color: #303D55; }
span { border-color: rgb(48,61,85); }
td.TdClassName
{
border-color: #303D55;
}
.TagClassName
{
border-color: #303D55;
}
</style>