Shades of Biscay #2E3850
Tints of Biscay #2E3850
RGB
CMYK
RGB Variations
Color information
#2E3850 (or 0x2E3850) is known color: Biscay. HEX triplet: 2E, 38 and 50. RGB value is (46,56,80). Sum of RGB (Red+Green+Blue) = 46+56+80=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3850 is #D1C7AF. Grayscale: #373737. Windows color (decimal): -13748144 or 5257262. OLE color: 5257262.
HSL color Cylindrical-coordinate representation of color #2E3850: hue angle of 222.35º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E3850 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 56 | 80 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.69 |
| HSL | 222.35º | 0.27% | 0.25% | - |
| HSV(B) | 222.35º | 0.43% | 0.31% | - |
| XYZ | 3.99 | 3.99 | 8.15 | - |
| YUV | 55.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 80 | 0.42 | 0.30 | 0 | 0.69 | 222.35 | 0.27 | 0.25 |
| Hex | 2E | 38 | 50 | 2A | 1E | 0 | 45 | DE | 1B | 19 |
| Octal | 56 | 70 | 120 | 52 | 36 | 0 | 105 | 336 | 33 | 31 |
| Binary | 101110 | 111000 | 1010000 | 101010 | 11110 | 0 | 1000101 | 11011110 | 11011 | 11001 |
Color Harmonies of #2E3850
Complementary color
Monochromatic Colors of #2E3850
Black with #2E3850
Text Example
Text Example
White with #2E3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3850; }
p { color: rgb(46,56,80); }
H1.HeaderClassName
{
color: #2E3850;
}
.AnyTagClassName
{
color: #2E3850;
}
</style>
background-color css
<style>
a { background-color: #2E3850; }
a { background-color: rgb(46,56,80); }
div.DivClassName
{
background-color: #2E3850;
}
.BgClassName
{
background-color: #2E3850;
}
</style>
border-color css
<style>
span { border-color: #2E3850; }
span { border-color: rgb(46,56,80); }
td.TdClassName
{
border-color: #2E3850;
}
.TagClassName
{
border-color: #2E3850;
}
</style>