Shades of Biscay #2B3859
Tints of Biscay #2B3859
RGB
CMYK
RGB Variations
Color information
#2B3859 (or 0x2B3859) is known color: Biscay. HEX triplet: 2B, 38 and 59. RGB value is (43,56,89). Sum of RGB (Red+Green+Blue) = 43+56+89=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3859 is #D4C7A6. Grayscale: #373737. Windows color (decimal): -13944743 or 5847083. OLE color: 5847083.
HSL color Cylindrical-coordinate representation of color #2B3859: hue angle of 223.04º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3859 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 56 | 89 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.65 |
| HSL | 223.04º | 0.35% | 0.26% | - |
| HSV(B) | 223.04º | 0.52% | 0.35% | - |
| XYZ | 4.21 | 4.06 | 10.01 | - |
| YUV | 55.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 89 | 0.52 | 0.37 | 0 | 0.65 | 223.04 | 0.35 | 0.26 |
| Hex | 2B | 38 | 59 | 34 | 25 | 0 | 41 | DF | 23 | 1A |
| Octal | 53 | 70 | 131 | 64 | 45 | 0 | 101 | 337 | 43 | 32 |
| Binary | 101011 | 111000 | 1011001 | 110100 | 100101 | 0 | 1000001 | 11011111 | 100011 | 11010 |
Color Harmonies of #2B3859
Complementary color
Monochromatic Colors of #2B3859
Black with #2B3859
Text Example
Text Example
White with #2B3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3859; }
p { color: rgb(43,56,89); }
H1.HeaderClassName
{
color: #2B3859;
}
.AnyTagClassName
{
color: #2B3859;
}
</style>
background-color css
<style>
a { background-color: #2B3859; }
a { background-color: rgb(43,56,89); }
div.DivClassName
{
background-color: #2B3859;
}
.BgClassName
{
background-color: #2B3859;
}
</style>
border-color css
<style>
span { border-color: #2B3859; }
span { border-color: rgb(43,56,89); }
td.TdClassName
{
border-color: #2B3859;
}
.TagClassName
{
border-color: #2B3859;
}
</style>