Shades of Resolution Blue #2B4072
Tints of Resolution Blue #2B4072
RGB
CMYK
RGB Variations
Color information
#2B4072 (or 0x2B4072) is known color: Resolution Blue. HEX triplet: 2B, 40 and 72. RGB value is (43,64,114). Sum of RGB (Red+Green+Blue) = 43+64+114=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4072 is #D4BF8D. Grayscale: #3F3F3F. Windows color (decimal): -13942670 or 7487531. OLE color: 7487531.
HSL color Cylindrical-coordinate representation of color #2B4072: hue angle of 222.25º 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 #2B4072 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 64 | 114 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.55 |
| HSL | 222.25º | 0.45% | 0.31% | - |
| HSV(B) | 222.25º | 0.62% | 0.45% | - |
| XYZ | 5.87 | 5.4 | 16.65 | - |
| YUV | 63.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 114 | 0.62 | 0.44 | 0 | 0.55 | 222.25 | 0.45 | 0.31 |
| Hex | 2B | 40 | 72 | 3E | 2C | 0 | 37 | DE | 2D | 1F |
| Octal | 53 | 100 | 162 | 76 | 54 | 0 | 67 | 336 | 55 | 37 |
| Binary | 101011 | 1000000 | 1110010 | 111110 | 101100 | 0 | 110111 | 11011110 | 101101 | 11111 |
Color Harmonies of #2B4072
Complementary color
Monochromatic Colors of #2B4072
Black with #2B4072
Text Example
Text Example
White with #2B4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4072; }
p { color: rgb(43,64,114); }
H1.HeaderClassName
{
color: #2B4072;
}
.AnyTagClassName
{
color: #2B4072;
}
</style>
background-color css
<style>
a { background-color: #2B4072; }
a { background-color: rgb(43,64,114); }
div.DivClassName
{
background-color: #2B4072;
}
.BgClassName
{
background-color: #2B4072;
}
</style>
border-color css
<style>
span { border-color: #2B4072; }
span { border-color: rgb(43,64,114); }
td.TdClassName
{
border-color: #2B4072;
}
.TagClassName
{
border-color: #2B4072;
}
</style>