Shades of Biscay #2B3655
Tints of Biscay #2B3655
RGB
CMYK
RGB Variations
Color information
#2B3655 (or 0x2B3655) is known color: Biscay. HEX triplet: 2B, 36 and 55. RGB value is (43,54,85). Sum of RGB (Red+Green+Blue) = 43+54+85=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B3655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3655 is #D4C9AA. Grayscale: #363636. Windows color (decimal): -13945259 or 5584427. OLE color: 5584427.
HSL color Cylindrical-coordinate representation of color #2B3655: hue angle of 224.29º degrees, saturation: 0.33, 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 #2B3655 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 54 | 85 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.67 |
| HSL | 224.29º | 0.33% | 0.25% | - |
| HSV(B) | 224.29º | 0.49% | 0.33% | - |
| XYZ | 3.96 | 3.81 | 9.12 | - |
| YUV | 54.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 85 | 0.49 | 0.36 | 0 | 0.67 | 224.29 | 0.33 | 0.25 |
| Hex | 2B | 36 | 55 | 31 | 24 | 0 | 43 | E0 | 21 | 19 |
| Octal | 53 | 66 | 125 | 61 | 44 | 0 | 103 | 340 | 41 | 31 |
| Binary | 101011 | 110110 | 1010101 | 110001 | 100100 | 0 | 1000011 | 11100000 | 100001 | 11001 |
Color Harmonies of #2B3655
Complementary color
Monochromatic Colors of #2B3655
Black with #2B3655
Text Example
Text Example
White with #2B3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3655; }
p { color: rgb(43,54,85); }
H1.HeaderClassName
{
color: #2B3655;
}
.AnyTagClassName
{
color: #2B3655;
}
</style>
background-color css
<style>
a { background-color: #2B3655; }
a { background-color: rgb(43,54,85); }
div.DivClassName
{
background-color: #2B3655;
}
.BgClassName
{
background-color: #2B3655;
}
</style>
border-color css
<style>
span { border-color: #2B3655; }
span { border-color: rgb(43,54,85); }
td.TdClassName
{
border-color: #2B3655;
}
.TagClassName
{
border-color: #2B3655;
}
</style>