Shades of Biscay #2E3A57
Tints of Biscay #2E3A57
RGB
CMYK
RGB Variations
Color information
#2E3A57 (or 0x2E3A57) is known color: Biscay. HEX triplet: 2E, 3A and 57. RGB value is (46,58,87). Sum of RGB (Red+Green+Blue) = 46+58+87=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A57 is #D1C5A8. Grayscale: #393939. Windows color (decimal): -13747625 or 5716526. OLE color: 5716526.
HSL color Cylindrical-coordinate representation of color #2E3A57: hue angle of 222.44º degrees, saturation: 0.31, 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 #2E3A57 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 58 | 87 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.66 |
| HSL | 222.44º | 0.31% | 0.26% | - |
| HSV(B) | 222.44º | 0.47% | 0.34% | - |
| XYZ | 4.36 | 4.3 | 9.62 | - |
| YUV | 57.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 87 | 0.47 | 0.33 | 0 | 0.66 | 222.44 | 0.31 | 0.26 |
| Hex | 2E | 3A | 57 | 2F | 21 | 0 | 42 | DE | 1F | 1A |
| Octal | 56 | 72 | 127 | 57 | 41 | 0 | 102 | 336 | 37 | 32 |
| Binary | 101110 | 111010 | 1010111 | 101111 | 100001 | 0 | 1000010 | 11011110 | 11111 | 11010 |
Color Harmonies of #2E3A57
Complementary color
Monochromatic Colors of #2E3A57
Black with #2E3A57
Text Example
Text Example
White with #2E3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A57; }
p { color: rgb(46,58,87); }
H1.HeaderClassName
{
color: #2E3A57;
}
.AnyTagClassName
{
color: #2E3A57;
}
</style>
background-color css
<style>
a { background-color: #2E3A57; }
a { background-color: rgb(46,58,87); }
div.DivClassName
{
background-color: #2E3A57;
}
.BgClassName
{
background-color: #2E3A57;
}
</style>
border-color css
<style>
span { border-color: #2E3A57; }
span { border-color: rgb(46,58,87); }
td.TdClassName
{
border-color: #2E3A57;
}
.TagClassName
{
border-color: #2E3A57;
}
</style>