Shades of Biscay #2B3753
Tints of Biscay #2B3753
RGB
CMYK
RGB Variations
Color information
#2B3753 (or 0x2B3753) is known color: Biscay. HEX triplet: 2B, 37 and 53. RGB value is (43,55,83). Sum of RGB (Red+Green+Blue) = 43+55+83=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3753 is #D4C8AC. Grayscale: #363636. Windows color (decimal): -13945005 or 5453611. OLE color: 5453611.
HSL color Cylindrical-coordinate representation of color #2B3753: hue angle of 222º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3753 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 55 | 83 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.67 |
| HSL | 222º | 0.32% | 0.25% | - |
| HSV(B) | 222º | 0.48% | 0.33% | - |
| XYZ | 3.92 | 3.87 | 8.72 | - |
| YUV | 54.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 83 | 0.48 | 0.34 | 0 | 0.67 | 222 | 0.32 | 0.25 |
| Hex | 2B | 37 | 53 | 30 | 22 | 0 | 43 | DE | 20 | 19 |
| Octal | 53 | 67 | 123 | 60 | 42 | 0 | 103 | 336 | 40 | 31 |
| Binary | 101011 | 110111 | 1010011 | 110000 | 100010 | 0 | 1000011 | 11011110 | 100000 | 11001 |
Color Harmonies of #2B3753
Complementary color
Monochromatic Colors of #2B3753
Black with #2B3753
Text Example
Text Example
White with #2B3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3753; }
p { color: rgb(43,55,83); }
H1.HeaderClassName
{
color: #2B3753;
}
.AnyTagClassName
{
color: #2B3753;
}
</style>
background-color css
<style>
a { background-color: #2B3753; }
a { background-color: rgb(43,55,83); }
div.DivClassName
{
background-color: #2B3753;
}
.BgClassName
{
background-color: #2B3753;
}
</style>
border-color css
<style>
span { border-color: #2B3753; }
span { border-color: rgb(43,55,83); }
td.TdClassName
{
border-color: #2B3753;
}
.TagClassName
{
border-color: #2B3753;
}
</style>