Shades of Biscay #2B3754
Tints of Biscay #2B3754
RGB
CMYK
RGB Variations
Color information
#2B3754 (or 0x2B3754) is known color: Biscay. HEX triplet: 2B, 37 and 54. RGB value is (43,55,84). Sum of RGB (Red+Green+Blue) = 43+55+84=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3754 is #D4C8AB. Grayscale: #363636. Windows color (decimal): -13945004 or 5519147. OLE color: 5519147.
HSL color Cylindrical-coordinate representation of color #2B3754: hue angle of 222.44º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B3754 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 55 | 84 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.67 |
| HSL | 222.44º | 0.32% | 0.25% | - |
| HSV(B) | 222.44º | 0.49% | 0.33% | - |
| XYZ | 3.96 | 3.89 | 8.93 | - |
| YUV | 54.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 84 | 0.49 | 0.35 | 0 | 0.67 | 222.44 | 0.32 | 0.25 |
| Hex | 2B | 37 | 54 | 31 | 23 | 0 | 43 | DE | 20 | 19 |
| Octal | 53 | 67 | 124 | 61 | 43 | 0 | 103 | 336 | 40 | 31 |
| Binary | 101011 | 110111 | 1010100 | 110001 | 100011 | 0 | 1000011 | 11011110 | 100000 | 11001 |
Color Harmonies of #2B3754
Complementary color
Monochromatic Colors of #2B3754
Black with #2B3754
Text Example
Text Example
White with #2B3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3754; }
p { color: rgb(43,55,84); }
H1.HeaderClassName
{
color: #2B3754;
}
.AnyTagClassName
{
color: #2B3754;
}
</style>
background-color css
<style>
a { background-color: #2B3754; }
a { background-color: rgb(43,55,84); }
div.DivClassName
{
background-color: #2B3754;
}
.BgClassName
{
background-color: #2B3754;
}
</style>
border-color css
<style>
span { border-color: #2B3754; }
span { border-color: rgb(43,55,84); }
td.TdClassName
{
border-color: #2B3754;
}
.TagClassName
{
border-color: #2B3754;
}
</style>