Shades of Resolution Blue #2B4575
Tints of Resolution Blue #2B4575
RGB
CMYK
RGB Variations
Color information
#2B4575 (or 0x2B4575) is known color: Resolution Blue. HEX triplet: 2B, 45 and 75. RGB value is (43,69,117). Sum of RGB (Red+Green+Blue) = 43+69+117=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4575 is #D4BA8A. Grayscale: #424242. Windows color (decimal): -13941387 or 7685419. OLE color: 7685419.
HSL color Cylindrical-coordinate representation of color #2B4575: hue angle of 218.92º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4575 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 69 | 117 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.54 |
| HSL | 218.92º | 0.46% | 0.31% | - |
| HSV(B) | 218.92º | 0.63% | 0.46% | - |
| XYZ | 6.34 | 6.05 | 17.66 | - |
| YUV | 66.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 117 | 0.63 | 0.41 | 0 | 0.54 | 218.92 | 0.46 | 0.31 |
| Hex | 2B | 45 | 75 | 3F | 29 | 0 | 36 | DB | 2E | 1F |
| Octal | 53 | 105 | 165 | 77 | 51 | 0 | 66 | 333 | 56 | 37 |
| Binary | 101011 | 1000101 | 1110101 | 111111 | 101001 | 0 | 110110 | 11011011 | 101110 | 11111 |
Color Harmonies of #2B4575
Complementary color
Monochromatic Colors of #2B4575
Black with #2B4575
Text Example
Text Example
White with #2B4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4575; }
p { color: rgb(43,69,117); }
H1.HeaderClassName
{
color: #2B4575;
}
.AnyTagClassName
{
color: #2B4575;
}
</style>
background-color css
<style>
a { background-color: #2B4575; }
a { background-color: rgb(43,69,117); }
div.DivClassName
{
background-color: #2B4575;
}
.BgClassName
{
background-color: #2B4575;
}
</style>
border-color css
<style>
span { border-color: #2B4575; }
span { border-color: rgb(43,69,117); }
td.TdClassName
{
border-color: #2B4575;
}
.TagClassName
{
border-color: #2B4575;
}
</style>