Shades of Biscay #2E3754
Tints of Biscay #2E3754
RGB
CMYK
RGB Variations
Color information
#2E3754 (or 0x2E3754) is known color: Biscay. HEX triplet: 2E, 37 and 54. RGB value is (46,55,84). Sum of RGB (Red+Green+Blue) = 46+55+84=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3754 is #D1C8AB. Grayscale: #373737. Windows color (decimal): -13748396 or 5519150. OLE color: 5519150.
HSL color Cylindrical-coordinate representation of color #2E3754: hue angle of 225.79º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3754 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 55 | 84 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.67 |
| HSL | 225.79º | 0.29% | 0.25% | - |
| HSV(B) | 225.79º | 0.45% | 0.33% | - |
| XYZ | 4.09 | 3.95 | 8.93 | - |
| YUV | 55.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 84 | 0.45 | 0.35 | 0 | 0.67 | 225.79 | 0.29 | 0.25 |
| Hex | 2E | 37 | 54 | 2D | 23 | 0 | 43 | E2 | 1D | 19 |
| Octal | 56 | 67 | 124 | 55 | 43 | 0 | 103 | 342 | 35 | 31 |
| Binary | 101110 | 110111 | 1010100 | 101101 | 100011 | 0 | 1000011 | 11100010 | 11101 | 11001 |
Color Harmonies of #2E3754
Complementary color
Monochromatic Colors of #2E3754
Black with #2E3754
Text Example
Text Example
White with #2E3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3754; }
p { color: rgb(46,55,84); }
H1.HeaderClassName
{
color: #2E3754;
}
.AnyTagClassName
{
color: #2E3754;
}
</style>
background-color css
<style>
a { background-color: #2E3754; }
a { background-color: rgb(46,55,84); }
div.DivClassName
{
background-color: #2E3754;
}
.BgClassName
{
background-color: #2E3754;
}
</style>
border-color css
<style>
span { border-color: #2E3754; }
span { border-color: rgb(46,55,84); }
td.TdClassName
{
border-color: #2E3754;
}
.TagClassName
{
border-color: #2E3754;
}
</style>