Shades of Resolution Blue #2B3779
Tints of Resolution Blue #2B3779
RGB
CMYK
RGB Variations
Color information
#2B3779 (or 0x2B3779) is known color: Resolution Blue. HEX triplet: 2B, 37 and 79. RGB value is (43,55,121). Sum of RGB (Red+Green+Blue) = 43+55+121=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3779 is #D4C886. Grayscale: #3A3A3A. Windows color (decimal): -13944967 or 7943979. OLE color: 7943979.
HSL color Cylindrical-coordinate representation of color #2B3779: hue angle of 230.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 #2B3779 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 55 | 121 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.53 |
| HSL | 230.77º | 0.48% | 0.32% | - |
| HSV(B) | 230.77º | 0.64% | 0.47% | - |
| XYZ | 5.81 | 4.63 | 18.68 | - |
| YUV | 58.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 121 | 0.64 | 0.55 | 0 | 0.53 | 230.77 | 0.48 | 0.32 |
| Hex | 2B | 37 | 79 | 40 | 37 | 0 | 35 | E7 | 30 | 20 |
| Octal | 53 | 67 | 171 | 100 | 67 | 0 | 65 | 347 | 60 | 40 |
| Binary | 101011 | 110111 | 1111001 | 1000000 | 110111 | 0 | 110101 | 11100111 | 110000 | 100000 |
Color Harmonies of #2B3779
Complementary color
Monochromatic Colors of #2B3779
Black with #2B3779
Text Example
Text Example
White with #2B3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3779; }
p { color: rgb(43,55,121); }
H1.HeaderClassName
{
color: #2B3779;
}
.AnyTagClassName
{
color: #2B3779;
}
</style>
background-color css
<style>
a { background-color: #2B3779; }
a { background-color: rgb(43,55,121); }
div.DivClassName
{
background-color: #2B3779;
}
.BgClassName
{
background-color: #2B3779;
}
</style>
border-color css
<style>
span { border-color: #2B3779; }
span { border-color: rgb(43,55,121); }
td.TdClassName
{
border-color: #2B3779;
}
.TagClassName
{
border-color: #2B3779;
}
</style>