Shades of Biscay #333D55
Tints of Biscay #333D55
RGB
CMYK
RGB Variations
Color information
#333D55 (or 0x333D55) is known color: Biscay. HEX triplet: 33, 3D and 55. RGB value is (51,61,85). Sum of RGB (Red+Green+Blue) = 51+61+85=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #333D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D55 is #CCC2AA. Grayscale: #3C3C3C. Windows color (decimal): -13419179 or 5586227. OLE color: 5586227.
HSL color Cylindrical-coordinate representation of color #333D55: hue angle of 222.35º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333D55 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 61 | 85 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.67 |
| HSL | 222.35º | 0.25% | 0.27% | - |
| HSV(B) | 222.35º | 0.4% | 0.33% | - |
| XYZ | 4.67 | 4.7 | 9.25 | - |
| YUV | 60.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 85 | 0.40 | 0.28 | 0 | 0.67 | 222.35 | 0.25 | 0.27 |
| Hex | 33 | 3D | 55 | 28 | 1C | 0 | 43 | DE | 19 | 1B |
| Octal | 63 | 75 | 125 | 50 | 34 | 0 | 103 | 336 | 31 | 33 |
| Binary | 110011 | 111101 | 1010101 | 101000 | 11100 | 0 | 1000011 | 11011110 | 11001 | 11011 |
Color Harmonies of #333D55
Complementary color
Monochromatic Colors of #333D55
Black with #333D55
Text Example
Text Example
White with #333D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D55; }
p { color: rgb(51,61,85); }
H1.HeaderClassName
{
color: #333D55;
}
.AnyTagClassName
{
color: #333D55;
}
</style>
background-color css
<style>
a { background-color: #333D55; }
a { background-color: rgb(51,61,85); }
div.DivClassName
{
background-color: #333D55;
}
.BgClassName
{
background-color: #333D55;
}
</style>
border-color css
<style>
span { border-color: #333D55; }
span { border-color: rgb(51,61,85); }
td.TdClassName
{
border-color: #333D55;
}
.TagClassName
{
border-color: #333D55;
}
</style>