Shades of Biscay #333E55
Tints of Biscay #333E55
RGB
CMYK
RGB Variations
Color information
#333E55 (or 0x333E55) is known color: Biscay. HEX triplet: 33, 3E and 55. RGB value is (51,62,85). Sum of RGB (Red+Green+Blue) = 51+62+85=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #333E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E55 is #CCC1AA. Grayscale: #3D3D3D. Windows color (decimal): -13418923 or 5586483. OLE color: 5586483.
HSL color Cylindrical-coordinate representation of color #333E55: hue angle of 220.59º 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 #333E55 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 62 | 85 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.67 |
| HSL | 220.59º | 0.25% | 0.27% | - |
| HSV(B) | 220.59º | 0.4% | 0.33% | - |
| XYZ | 4.73 | 4.8 | 9.27 | - |
| YUV | 61.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 85 | 0.40 | 0.27 | 0 | 0.67 | 220.59 | 0.25 | 0.27 |
| Hex | 33 | 3E | 55 | 28 | 1B | 0 | 43 | DD | 19 | 1B |
| Octal | 63 | 76 | 125 | 50 | 33 | 0 | 103 | 335 | 31 | 33 |
| Binary | 110011 | 111110 | 1010101 | 101000 | 11011 | 0 | 1000011 | 11011101 | 11001 | 11011 |
Color Harmonies of #333E55
Complementary color
Monochromatic Colors of #333E55
Black with #333E55
Text Example
Text Example
White with #333E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E55; }
p { color: rgb(51,62,85); }
H1.HeaderClassName
{
color: #333E55;
}
.AnyTagClassName
{
color: #333E55;
}
</style>
background-color css
<style>
a { background-color: #333E55; }
a { background-color: rgb(51,62,85); }
div.DivClassName
{
background-color: #333E55;
}
.BgClassName
{
background-color: #333E55;
}
</style>
border-color css
<style>
span { border-color: #333E55; }
span { border-color: rgb(51,62,85); }
td.TdClassName
{
border-color: #333E55;
}
.TagClassName
{
border-color: #333E55;
}
</style>