Shades of Resolution Blue #2B3872
Tints of Resolution Blue #2B3872
RGB
CMYK
RGB Variations
Color information
#2B3872 (or 0x2B3872) is known color: Resolution Blue. HEX triplet: 2B, 38 and 72. RGB value is (43,56,114). Sum of RGB (Red+Green+Blue) = 43+56+114=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3872 is #D4C78D. Grayscale: #3A3A3A. Windows color (decimal): -13944718 or 7485483. OLE color: 7485483.
HSL color Cylindrical-coordinate representation of color #2B3872: hue angle of 229.01º 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 #2B3872 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 56 | 114 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.55 |
| HSL | 229.01º | 0.45% | 0.31% | - |
| HSV(B) | 229.01º | 0.62% | 0.45% | - |
| XYZ | 5.45 | 4.56 | 16.51 | - |
| YUV | 58.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 114 | 0.62 | 0.51 | 0 | 0.55 | 229.01 | 0.45 | 0.31 |
| Hex | 2B | 38 | 72 | 3E | 33 | 0 | 37 | E5 | 2D | 1F |
| Octal | 53 | 70 | 162 | 76 | 63 | 0 | 67 | 345 | 55 | 37 |
| Binary | 101011 | 111000 | 1110010 | 111110 | 110011 | 0 | 110111 | 11100101 | 101101 | 11111 |
Color Harmonies of #2B3872
Complementary color
Monochromatic Colors of #2B3872
Black with #2B3872
Text Example
Text Example
White with #2B3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3872; }
p { color: rgb(43,56,114); }
H1.HeaderClassName
{
color: #2B3872;
}
.AnyTagClassName
{
color: #2B3872;
}
</style>
background-color css
<style>
a { background-color: #2B3872; }
a { background-color: rgb(43,56,114); }
div.DivClassName
{
background-color: #2B3872;
}
.BgClassName
{
background-color: #2B3872;
}
</style>
border-color css
<style>
span { border-color: #2B3872; }
span { border-color: rgb(43,56,114); }
td.TdClassName
{
border-color: #2B3872;
}
.TagClassName
{
border-color: #2B3872;
}
</style>