Shades of Resolution Blue #2B4675
Tints of Resolution Blue #2B4675
RGB
CMYK
RGB Variations
Color information
#2B4675 (or 0x2B4675) is known color: Resolution Blue. HEX triplet: 2B, 46 and 75. RGB value is (43,70,117). Sum of RGB (Red+Green+Blue) = 43+70+117=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4675 is #D4B98A. Grayscale: #434343. Windows color (decimal): -13941131 or 7685675. OLE color: 7685675.
HSL color Cylindrical-coordinate representation of color #2B4675: hue angle of 218.11º 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 #2B4675 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 70 | 117 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.54 |
| HSL | 218.11º | 0.46% | 0.31% | - |
| HSV(B) | 218.11º | 0.63% | 0.46% | - |
| XYZ | 6.4 | 6.18 | 17.68 | - |
| YUV | 67.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 117 | 0.63 | 0.40 | 0 | 0.54 | 218.11 | 0.46 | 0.31 |
| Hex | 2B | 46 | 75 | 3F | 28 | 0 | 36 | DA | 2E | 1F |
| Octal | 53 | 106 | 165 | 77 | 50 | 0 | 66 | 332 | 56 | 37 |
| Binary | 101011 | 1000110 | 1110101 | 111111 | 101000 | 0 | 110110 | 11011010 | 101110 | 11111 |
Color Harmonies of #2B4675
Complementary color
Monochromatic Colors of #2B4675
Black with #2B4675
Text Example
Text Example
White with #2B4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4675; }
p { color: rgb(43,70,117); }
H1.HeaderClassName
{
color: #2B4675;
}
.AnyTagClassName
{
color: #2B4675;
}
</style>
background-color css
<style>
a { background-color: #2B4675; }
a { background-color: rgb(43,70,117); }
div.DivClassName
{
background-color: #2B4675;
}
.BgClassName
{
background-color: #2B4675;
}
</style>
border-color css
<style>
span { border-color: #2B4675; }
span { border-color: rgb(43,70,117); }
td.TdClassName
{
border-color: #2B4675;
}
.TagClassName
{
border-color: #2B4675;
}
</style>