Shades of Biscay #333D54
Tints of Biscay #333D54
RGB
CMYK
RGB Variations
Color information
#333D54 (or 0x333D54) is known color: Biscay. HEX triplet: 33, 3D and 54. RGB value is (51,61,84). Sum of RGB (Red+Green+Blue) = 51+61+84=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #333D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D54 is #CCC2AB. Grayscale: #3C3C3C. Windows color (decimal): -13419180 or 5520691. OLE color: 5520691.
HSL color Cylindrical-coordinate representation of color #333D54: hue angle of 221.82º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333D54 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 61 | 84 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.67 |
| HSL | 221.82º | 0.24% | 0.26% | - |
| HSV(B) | 221.82º | 0.39% | 0.33% | - |
| XYZ | 4.63 | 4.68 | 9.05 | - |
| YUV | 60.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 84 | 0.39 | 0.27 | 0 | 0.67 | 221.82 | 0.24 | 0.26 |
| Hex | 33 | 3D | 54 | 27 | 1B | 0 | 43 | DE | 18 | 1A |
| Octal | 63 | 75 | 124 | 47 | 33 | 0 | 103 | 336 | 30 | 32 |
| Binary | 110011 | 111101 | 1010100 | 100111 | 11011 | 0 | 1000011 | 11011110 | 11000 | 11010 |
Color Harmonies of #333D54
Complementary color
Monochromatic Colors of #333D54
Black with #333D54
Text Example
Text Example
White with #333D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D54; }
p { color: rgb(51,61,84); }
H1.HeaderClassName
{
color: #333D54;
}
.AnyTagClassName
{
color: #333D54;
}
</style>
background-color css
<style>
a { background-color: #333D54; }
a { background-color: rgb(51,61,84); }
div.DivClassName
{
background-color: #333D54;
}
.BgClassName
{
background-color: #333D54;
}
</style>
border-color css
<style>
span { border-color: #333D54; }
span { border-color: rgb(51,61,84); }
td.TdClassName
{
border-color: #333D54;
}
.TagClassName
{
border-color: #333D54;
}
</style>