Shades of Resolution Blue #2B4678
Tints of Resolution Blue #2B4678
RGB
CMYK
RGB Variations
Color information
#2B4678 (or 0x2B4678) is known color: Resolution Blue. HEX triplet: 2B, 46 and 78. RGB value is (43,70,120). Sum of RGB (Red+Green+Blue) = 43+70+120=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B4678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4678 is #D4B987. Grayscale: #434343. Windows color (decimal): -13941128 or 7882283. OLE color: 7882283.
HSL color Cylindrical-coordinate representation of color #2B4678: hue angle of 218.96º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4678 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 70 | 120 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.53 |
| HSL | 218.96º | 0.47% | 0.32% | - |
| HSV(B) | 218.96º | 0.64% | 0.47% | - |
| XYZ | 6.58 | 6.25 | 18.63 | - |
| YUV | 67.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 120 | 0.64 | 0.42 | 0 | 0.53 | 218.96 | 0.47 | 0.32 |
| Hex | 2B | 46 | 78 | 40 | 2A | 0 | 35 | DB | 2F | 20 |
| Octal | 53 | 106 | 170 | 100 | 52 | 0 | 65 | 333 | 57 | 40 |
| Binary | 101011 | 1000110 | 1111000 | 1000000 | 101010 | 0 | 110101 | 11011011 | 101111 | 100000 |
Color Harmonies of #2B4678
Complementary color
Monochromatic Colors of #2B4678
Black with #2B4678
Text Example
Text Example
White with #2B4678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4678; }
p { color: rgb(43,70,120); }
H1.HeaderClassName
{
color: #2B4678;
}
.AnyTagClassName
{
color: #2B4678;
}
</style>
background-color css
<style>
a { background-color: #2B4678; }
a { background-color: rgb(43,70,120); }
div.DivClassName
{
background-color: #2B4678;
}
.BgClassName
{
background-color: #2B4678;
}
</style>
border-color css
<style>
span { border-color: #2B4678; }
span { border-color: rgb(43,70,120); }
td.TdClassName
{
border-color: #2B4678;
}
.TagClassName
{
border-color: #2B4678;
}
</style>