Shades of Resolution Blue #2B3A70
Tints of Resolution Blue #2B3A70
RGB
CMYK
RGB Variations
Color information
#2B3A70 (or 0x2B3A70) is known color: Resolution Blue. HEX triplet: 2B, 3A and 70. RGB value is (43,58,112). Sum of RGB (Red+Green+Blue) = 43+58+112=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B3A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3A70 is #D4C58F. Grayscale: #3B3B3B. Windows color (decimal): -13944208 or 7354923. OLE color: 7354923.
HSL color Cylindrical-coordinate representation of color #2B3A70: hue angle of 226.96º 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 #2B3A70 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 58 | 112 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.56 |
| HSL | 226.96º | 0.45% | 0.3% | - |
| HSV(B) | 226.96º | 0.62% | 0.44% | - |
| XYZ | 5.43 | 4.71 | 15.95 | - |
| YUV | 59.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 112 | 0.62 | 0.48 | 0 | 0.56 | 226.96 | 0.45 | 0.3 |
| Hex | 2B | 3A | 70 | 3E | 30 | 0 | 38 | E3 | 2D | 1E |
| Octal | 53 | 72 | 160 | 76 | 60 | 0 | 70 | 343 | 55 | 36 |
| Binary | 101011 | 111010 | 1110000 | 111110 | 110000 | 0 | 111000 | 11100011 | 101101 | 11110 |
Color Harmonies of #2B3A70
Complementary color
Monochromatic Colors of #2B3A70
Black with #2B3A70
Text Example
Text Example
White with #2B3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A70; }
p { color: rgb(43,58,112); }
H1.HeaderClassName
{
color: #2B3A70;
}
.AnyTagClassName
{
color: #2B3A70;
}
</style>
background-color css
<style>
a { background-color: #2B3A70; }
a { background-color: rgb(43,58,112); }
div.DivClassName
{
background-color: #2B3A70;
}
.BgClassName
{
background-color: #2B3A70;
}
</style>
border-color css
<style>
span { border-color: #2B3A70; }
span { border-color: rgb(43,58,112); }
td.TdClassName
{
border-color: #2B3A70;
}
.TagClassName
{
border-color: #2B3A70;
}
</style>