Shades of Biscay #2E3C56
Tints of Biscay #2E3C56
RGB
CMYK
RGB Variations
Color information
#2E3C56 (or 0x2E3C56) is known color: Biscay. HEX triplet: 2E, 3C and 56. RGB value is (46,60,86). Sum of RGB (Red+Green+Blue) = 46+60+86=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E3C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C56 is #D1C3A9. Grayscale: #3A3A3A. Windows color (decimal): -13747114 or 5651502. OLE color: 5651502.
HSL color Cylindrical-coordinate representation of color #2E3C56: hue angle of 219º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E3C56 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 60 | 86 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.66 |
| HSL | 219º | 0.3% | 0.26% | - |
| HSV(B) | 219º | 0.47% | 0.34% | - |
| XYZ | 4.42 | 4.48 | 9.44 | - |
| YUV | 58.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 86 | 0.47 | 0.30 | 0 | 0.66 | 219 | 0.3 | 0.26 |
| Hex | 2E | 3C | 56 | 2F | 1E | 0 | 42 | DB | 1E | 1A |
| Octal | 56 | 74 | 126 | 57 | 36 | 0 | 102 | 333 | 36 | 32 |
| Binary | 101110 | 111100 | 1010110 | 101111 | 11110 | 0 | 1000010 | 11011011 | 11110 | 11010 |
Color Harmonies of #2E3C56
Complementary color
Monochromatic Colors of #2E3C56
Black with #2E3C56
Text Example
Text Example
White with #2E3C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C56; }
p { color: rgb(46,60,86); }
H1.HeaderClassName
{
color: #2E3C56;
}
.AnyTagClassName
{
color: #2E3C56;
}
</style>
background-color css
<style>
a { background-color: #2E3C56; }
a { background-color: rgb(46,60,86); }
div.DivClassName
{
background-color: #2E3C56;
}
.BgClassName
{
background-color: #2E3C56;
}
</style>
border-color css
<style>
span { border-color: #2E3C56; }
span { border-color: rgb(46,60,86); }
td.TdClassName
{
border-color: #2E3C56;
}
.TagClassName
{
border-color: #2E3C56;
}
</style>