Shades of Resolution Blue #2B3A89
Tints of Resolution Blue #2B3A89
RGB
CMYK
RGB Variations
Color information
#2B3A89 (or 0x2B3A89) is known color: Resolution Blue. HEX triplet: 2B, 3A and 89. RGB value is (43,58,137). Sum of RGB (Red+Green+Blue) = 43+58+137=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A89 is #D4C576. Grayscale: #3E3E3E. Windows color (decimal): -13944183 or 8993323. OLE color: 8993323.
HSL color Cylindrical-coordinate representation of color #2B3A89: hue angle of 230.43º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3A89 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 58 | 137 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.46 |
| HSL | 230.43º | 0.52% | 0.35% | - |
| HSV(B) | 230.43º | 0.69% | 0.54% | - |
| XYZ | 7.02 | 5.35 | 24.33 | - |
| YUV | 62.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 137 | 0.69 | 0.58 | 0 | 0.46 | 230.43 | 0.52 | 0.35 |
| Hex | 2B | 3A | 89 | 45 | 3A | 0 | 2E | E6 | 34 | 23 |
| Octal | 53 | 72 | 211 | 105 | 72 | 0 | 56 | 346 | 64 | 43 |
| Binary | 101011 | 111010 | 10001001 | 1000101 | 111010 | 0 | 101110 | 11100110 | 110100 | 100011 |
Color Harmonies of #2B3A89
Complementary color
Monochromatic Colors of #2B3A89
Black with #2B3A89
Text Example
Text Example
White with #2B3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A89; }
p { color: rgb(43,58,137); }
H1.HeaderClassName
{
color: #2B3A89;
}
.AnyTagClassName
{
color: #2B3A89;
}
</style>
background-color css
<style>
a { background-color: #2B3A89; }
a { background-color: rgb(43,58,137); }
div.DivClassName
{
background-color: #2B3A89;
}
.BgClassName
{
background-color: #2B3A89;
}
</style>
border-color css
<style>
span { border-color: #2B3A89; }
span { border-color: rgb(43,58,137); }
td.TdClassName
{
border-color: #2B3A89;
}
.TagClassName
{
border-color: #2B3A89;
}
</style>