Shades of Biscay #2B3850
Tints of Biscay #2B3850
RGB
CMYK
RGB Variations
Color information
#2B3850 (or 0x2B3850) is known color: Biscay. HEX triplet: 2B, 38 and 50. RGB value is (43,56,80). Sum of RGB (Red+Green+Blue) = 43+56+80=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3850 is #D4C7AF. Grayscale: #363636. Windows color (decimal): -13944752 or 5257259. OLE color: 5257259.
HSL color Cylindrical-coordinate representation of color #2B3850: hue angle of 218.92º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B3850 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 56 | 80 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.69 |
| HSL | 218.92º | 0.3% | 0.24% | - |
| HSV(B) | 218.92º | 0.46% | 0.31% | - |
| XYZ | 3.86 | 3.92 | 8.14 | - |
| YUV | 54.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 80 | 0.46 | 0.30 | 0 | 0.69 | 218.92 | 0.3 | 0.24 |
| Hex | 2B | 38 | 50 | 2E | 1E | 0 | 45 | DB | 1E | 18 |
| Octal | 53 | 70 | 120 | 56 | 36 | 0 | 105 | 333 | 36 | 30 |
| Binary | 101011 | 111000 | 1010000 | 101110 | 11110 | 0 | 1000101 | 11011011 | 11110 | 11000 |
Color Harmonies of #2B3850
Complementary color
Monochromatic Colors of #2B3850
Black with #2B3850
Text Example
Text Example
White with #2B3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3850; }
p { color: rgb(43,56,80); }
H1.HeaderClassName
{
color: #2B3850;
}
.AnyTagClassName
{
color: #2B3850;
}
</style>
background-color css
<style>
a { background-color: #2B3850; }
a { background-color: rgb(43,56,80); }
div.DivClassName
{
background-color: #2B3850;
}
.BgClassName
{
background-color: #2B3850;
}
</style>
border-color css
<style>
span { border-color: #2B3850; }
span { border-color: rgb(43,56,80); }
td.TdClassName
{
border-color: #2B3850;
}
.TagClassName
{
border-color: #2B3850;
}
</style>