Shades of Resolution Blue #2B4479
Tints of Resolution Blue #2B4479
RGB
CMYK
RGB Variations
Color information
#2B4479 (or 0x2B4479) is known color: Resolution Blue. HEX triplet: 2B, 44 and 79. RGB value is (43,68,121). Sum of RGB (Red+Green+Blue) = 43+68+121=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B4479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4479 is #D4BB86. Grayscale: #424242. Windows color (decimal): -13941639 or 7947307. OLE color: 7947307.
HSL color Cylindrical-coordinate representation of color #2B4479: hue angle of 220.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4479 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 68 | 121 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.53 |
| HSL | 220.77º | 0.48% | 0.32% | - |
| HSV(B) | 220.77º | 0.64% | 0.47% | - |
| XYZ | 6.51 | 6.03 | 18.91 | - |
| YUV | 66.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 121 | 0.64 | 0.44 | 0 | 0.53 | 220.77 | 0.48 | 0.32 |
| Hex | 2B | 44 | 79 | 40 | 2C | 0 | 35 | DD | 30 | 20 |
| Octal | 53 | 104 | 171 | 100 | 54 | 0 | 65 | 335 | 60 | 40 |
| Binary | 101011 | 1000100 | 1111001 | 1000000 | 101100 | 0 | 110101 | 11011101 | 110000 | 100000 |
Color Harmonies of #2B4479
Complementary color
Monochromatic Colors of #2B4479
Black with #2B4479
Text Example
Text Example
White with #2B4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4479; }
p { color: rgb(43,68,121); }
H1.HeaderClassName
{
color: #2B4479;
}
.AnyTagClassName
{
color: #2B4479;
}
</style>
background-color css
<style>
a { background-color: #2B4479; }
a { background-color: rgb(43,68,121); }
div.DivClassName
{
background-color: #2B4479;
}
.BgClassName
{
background-color: #2B4479;
}
</style>
border-color css
<style>
span { border-color: #2B4479; }
span { border-color: rgb(43,68,121); }
td.TdClassName
{
border-color: #2B4479;
}
.TagClassName
{
border-color: #2B4479;
}
</style>