Shades of Biscay #2E3755
Tints of Biscay #2E3755
RGB
CMYK
RGB Variations
Color information
#2E3755 (or 0x2E3755) is known color: Biscay. HEX triplet: 2E, 37 and 55. RGB value is (46,55,85). Sum of RGB (Red+Green+Blue) = 46+55+85=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3755 is #D1C8AA. Grayscale: #373737. Windows color (decimal): -13748395 or 5584686. OLE color: 5584686.
HSL color Cylindrical-coordinate representation of color #2E3755: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E3755 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 55 | 85 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.67 |
| HSL | 226.15º | 0.3% | 0.26% | - |
| HSV(B) | 226.15º | 0.46% | 0.33% | - |
| XYZ | 4.13 | 3.97 | 9.14 | - |
| YUV | 55.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 85 | 0.46 | 0.35 | 0 | 0.67 | 226.15 | 0.3 | 0.26 |
| Hex | 2E | 37 | 55 | 2E | 23 | 0 | 43 | E2 | 1E | 1A |
| Octal | 56 | 67 | 125 | 56 | 43 | 0 | 103 | 342 | 36 | 32 |
| Binary | 101110 | 110111 | 1010101 | 101110 | 100011 | 0 | 1000011 | 11100010 | 11110 | 11010 |
Color Harmonies of #2E3755
Complementary color
Monochromatic Colors of #2E3755
Black with #2E3755
Text Example
Text Example
White with #2E3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3755; }
p { color: rgb(46,55,85); }
H1.HeaderClassName
{
color: #2E3755;
}
.AnyTagClassName
{
color: #2E3755;
}
</style>
background-color css
<style>
a { background-color: #2E3755; }
a { background-color: rgb(46,55,85); }
div.DivClassName
{
background-color: #2E3755;
}
.BgClassName
{
background-color: #2E3755;
}
</style>
border-color css
<style>
span { border-color: #2E3755; }
span { border-color: rgb(46,55,85); }
td.TdClassName
{
border-color: #2E3755;
}
.TagClassName
{
border-color: #2E3755;
}
</style>