Shades of Resolution Blue #2B3770
Tints of Resolution Blue #2B3770
RGB
CMYK
RGB Variations
Color information
#2B3770 (or 0x2B3770) is known color: Resolution Blue. HEX triplet: 2B, 37 and 70. RGB value is (43,55,112). Sum of RGB (Red+Green+Blue) = 43+55+112=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3770 is #D4C88F. Grayscale: #393939. Windows color (decimal): -13944976 or 7354155. OLE color: 7354155.
HSL color Cylindrical-coordinate representation of color #2B3770: hue angle of 229.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3770 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 55 | 112 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.56 |
| HSL | 229.57º | 0.45% | 0.3% | - |
| HSV(B) | 229.57º | 0.62% | 0.44% | - |
| XYZ | 5.29 | 4.42 | 15.9 | - |
| YUV | 57.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 112 | 0.62 | 0.51 | 0 | 0.56 | 229.57 | 0.45 | 0.3 |
| Hex | 2B | 37 | 70 | 3E | 33 | 0 | 38 | E6 | 2D | 1E |
| Octal | 53 | 67 | 160 | 76 | 63 | 0 | 70 | 346 | 55 | 36 |
| Binary | 101011 | 110111 | 1110000 | 111110 | 110011 | 0 | 111000 | 11100110 | 101101 | 11110 |
Color Harmonies of #2B3770
Complementary color
Monochromatic Colors of #2B3770
Black with #2B3770
Text Example
Text Example
White with #2B3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3770; }
p { color: rgb(43,55,112); }
H1.HeaderClassName
{
color: #2B3770;
}
.AnyTagClassName
{
color: #2B3770;
}
</style>
background-color css
<style>
a { background-color: #2B3770; }
a { background-color: rgb(43,55,112); }
div.DivClassName
{
background-color: #2B3770;
}
.BgClassName
{
background-color: #2B3770;
}
</style>
border-color css
<style>
span { border-color: #2B3770; }
span { border-color: rgb(43,55,112); }
td.TdClassName
{
border-color: #2B3770;
}
.TagClassName
{
border-color: #2B3770;
}
</style>