Shades of Resolution Blue #2B4672
Tints of Resolution Blue #2B4672
RGB
CMYK
RGB Variations
Color information
#2B4672 (or 0x2B4672) is known color: Resolution Blue. HEX triplet: 2B, 46 and 72. RGB value is (43,70,114). Sum of RGB (Red+Green+Blue) = 43+70+114=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B4672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4672 is #D4B98D. Grayscale: #424242. Windows color (decimal): -13941134 or 7489067. OLE color: 7489067.
HSL color Cylindrical-coordinate representation of color #2B4672: hue angle of 217.18º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4672 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 70 | 114 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.55 |
| HSL | 217.18º | 0.45% | 0.31% | - |
| HSV(B) | 217.18º | 0.62% | 0.45% | - |
| XYZ | 6.22 | 6.11 | 16.77 | - |
| YUV | 66.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 114 | 0.62 | 0.39 | 0 | 0.55 | 217.18 | 0.45 | 0.31 |
| Hex | 2B | 46 | 72 | 3E | 27 | 0 | 37 | D9 | 2D | 1F |
| Octal | 53 | 106 | 162 | 76 | 47 | 0 | 67 | 331 | 55 | 37 |
| Binary | 101011 | 1000110 | 1110010 | 111110 | 100111 | 0 | 110111 | 11011001 | 101101 | 11111 |
Color Harmonies of #2B4672
Complementary color
Monochromatic Colors of #2B4672
Black with #2B4672
Text Example
Text Example
White with #2B4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4672; }
p { color: rgb(43,70,114); }
H1.HeaderClassName
{
color: #2B4672;
}
.AnyTagClassName
{
color: #2B4672;
}
</style>
background-color css
<style>
a { background-color: #2B4672; }
a { background-color: rgb(43,70,114); }
div.DivClassName
{
background-color: #2B4672;
}
.BgClassName
{
background-color: #2B4672;
}
</style>
border-color css
<style>
span { border-color: #2B4672; }
span { border-color: rgb(43,70,114); }
td.TdClassName
{
border-color: #2B4672;
}
.TagClassName
{
border-color: #2B4672;
}
</style>