Shades of Biscay #303E55
Tints of Biscay #303E55
RGB
CMYK
RGB Variations
Color information
#303E55 (or 0x303E55) is known color: Biscay. HEX triplet: 30, 3E and 55. RGB value is (48,62,85). Sum of RGB (Red+Green+Blue) = 48+62+85=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #303E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E55 is #CFC1AA. Grayscale: #3C3C3C. Windows color (decimal): -13615531 or 5586480. OLE color: 5586480.
HSL color Cylindrical-coordinate representation of color #303E55: hue angle of 217.3º 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 #303E55 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 62 | 85 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.67 |
| HSL | 217.3º | 0.28% | 0.26% | - |
| HSV(B) | 217.3º | 0.44% | 0.33% | - |
| XYZ | 4.58 | 4.73 | 9.27 | - |
| YUV | 60.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 85 | 0.44 | 0.27 | 0 | 0.67 | 217.3 | 0.28 | 0.26 |
| Hex | 30 | 3E | 55 | 2C | 1B | 0 | 43 | D9 | 1C | 1A |
| Octal | 60 | 76 | 125 | 54 | 33 | 0 | 103 | 331 | 34 | 32 |
| Binary | 110000 | 111110 | 1010101 | 101100 | 11011 | 0 | 1000011 | 11011001 | 11100 | 11010 |
Color Harmonies of #303E55
Complementary color
Monochromatic Colors of #303E55
Black with #303E55
Text Example
Text Example
White with #303E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E55; }
p { color: rgb(48,62,85); }
H1.HeaderClassName
{
color: #303E55;
}
.AnyTagClassName
{
color: #303E55;
}
</style>
background-color css
<style>
a { background-color: #303E55; }
a { background-color: rgb(48,62,85); }
div.DivClassName
{
background-color: #303E55;
}
.BgClassName
{
background-color: #303E55;
}
</style>
border-color css
<style>
span { border-color: #303E55; }
span { border-color: rgb(48,62,85); }
td.TdClassName
{
border-color: #303E55;
}
.TagClassName
{
border-color: #303E55;
}
</style>