Shades of Biscay #303D52
Tints of Biscay #303D52
RGB
CMYK
RGB Variations
Color information
#303D52 (or 0x303D52) is known color: Biscay. HEX triplet: 30, 3D and 52. RGB value is (48,61,82). Sum of RGB (Red+Green+Blue) = 48+61+82=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #303D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D52 is #CFC2AD. Grayscale: #3B3B3B. Windows color (decimal): -13615790 or 5389616. OLE color: 5389616.
HSL color Cylindrical-coordinate representation of color #303D52: hue angle of 217.06º 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 #303D52 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 61 | 82 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.68 |
| HSL | 217.06º | 0.26% | 0.25% | - |
| HSV(B) | 217.06º | 0.41% | 0.32% | - |
| XYZ | 4.41 | 4.58 | 8.63 | - |
| YUV | 59.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 82 | 0.41 | 0.26 | 0 | 0.68 | 217.06 | 0.26 | 0.25 |
| Hex | 30 | 3D | 52 | 29 | 1A | 0 | 44 | D9 | 1A | 19 |
| Octal | 60 | 75 | 122 | 51 | 32 | 0 | 104 | 331 | 32 | 31 |
| Binary | 110000 | 111101 | 1010010 | 101001 | 11010 | 0 | 1000100 | 11011001 | 11010 | 11001 |
Color Harmonies of #303D52
Complementary color
Monochromatic Colors of #303D52
Black with #303D52
Text Example
Text Example
White with #303D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D52; }
p { color: rgb(48,61,82); }
H1.HeaderClassName
{
color: #303D52;
}
.AnyTagClassName
{
color: #303D52;
}
</style>
background-color css
<style>
a { background-color: #303D52; }
a { background-color: rgb(48,61,82); }
div.DivClassName
{
background-color: #303D52;
}
.BgClassName
{
background-color: #303D52;
}
</style>
border-color css
<style>
span { border-color: #303D52; }
span { border-color: rgb(48,61,82); }
td.TdClassName
{
border-color: #303D52;
}
.TagClassName
{
border-color: #303D52;
}
</style>