Shades of Resolution Blue #2B4671
Tints of Resolution Blue #2B4671
RGB
CMYK
RGB Variations
Color information
#2B4671 (or 0x2B4671) is known color: Resolution Blue. HEX triplet: 2B, 46 and 71. RGB value is (43,70,113). Sum of RGB (Red+Green+Blue) = 43+70+113=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B4671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4671 is #D4B98E. Grayscale: #424242. Windows color (decimal): -13941135 or 7423531. OLE color: 7423531.
HSL color Cylindrical-coordinate representation of color #2B4671: hue angle of 216.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4671 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 70 | 113 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.56 |
| HSL | 216.86º | 0.45% | 0.31% | - |
| HSV(B) | 216.86º | 0.62% | 0.44% | - |
| XYZ | 6.17 | 6.09 | 16.47 | - |
| YUV | 66.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 113 | 0.62 | 0.38 | 0 | 0.56 | 216.86 | 0.45 | 0.31 |
| Hex | 2B | 46 | 71 | 3E | 26 | 0 | 38 | D9 | 2D | 1F |
| Octal | 53 | 106 | 161 | 76 | 46 | 0 | 70 | 331 | 55 | 37 |
| Binary | 101011 | 1000110 | 1110001 | 111110 | 100110 | 0 | 111000 | 11011001 | 101101 | 11111 |
Color Harmonies of #2B4671
Complementary color
Monochromatic Colors of #2B4671
Black with #2B4671
Text Example
Text Example
White with #2B4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4671; }
p { color: rgb(43,70,113); }
H1.HeaderClassName
{
color: #2B4671;
}
.AnyTagClassName
{
color: #2B4671;
}
</style>
background-color css
<style>
a { background-color: #2B4671; }
a { background-color: rgb(43,70,113); }
div.DivClassName
{
background-color: #2B4671;
}
.BgClassName
{
background-color: #2B4671;
}
</style>
border-color css
<style>
span { border-color: #2B4671; }
span { border-color: rgb(43,70,113); }
td.TdClassName
{
border-color: #2B4671;
}
.TagClassName
{
border-color: #2B4671;
}
</style>