Shades of Resolution Blue #2B4674
Tints of Resolution Blue #2B4674
RGB
CMYK
RGB Variations
Color information
#2B4674 (or 0x2B4674) is known color: Resolution Blue. HEX triplet: 2B, 46 and 74. RGB value is (43,70,116). Sum of RGB (Red+Green+Blue) = 43+70+116=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4674 is #D4B98B. Grayscale: #424242. Windows color (decimal): -13941132 or 7620139. OLE color: 7620139.
HSL color Cylindrical-coordinate representation of color #2B4674: hue angle of 217.81º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4674 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 70 | 116 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.55 |
| HSL | 217.81º | 0.46% | 0.31% | - |
| HSV(B) | 217.81º | 0.63% | 0.45% | - |
| XYZ | 6.34 | 6.15 | 17.38 | - |
| YUV | 67.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 116 | 0.63 | 0.40 | 0 | 0.55 | 217.81 | 0.46 | 0.31 |
| Hex | 2B | 46 | 74 | 3F | 28 | 0 | 37 | DA | 2E | 1F |
| Octal | 53 | 106 | 164 | 77 | 50 | 0 | 67 | 332 | 56 | 37 |
| Binary | 101011 | 1000110 | 1110100 | 111111 | 101000 | 0 | 110111 | 11011010 | 101110 | 11111 |
Color Harmonies of #2B4674
Complementary color
Monochromatic Colors of #2B4674
Black with #2B4674
Text Example
Text Example
White with #2B4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4674; }
p { color: rgb(43,70,116); }
H1.HeaderClassName
{
color: #2B4674;
}
.AnyTagClassName
{
color: #2B4674;
}
</style>
background-color css
<style>
a { background-color: #2B4674; }
a { background-color: rgb(43,70,116); }
div.DivClassName
{
background-color: #2B4674;
}
.BgClassName
{
background-color: #2B4674;
}
</style>
border-color css
<style>
span { border-color: #2B4674; }
span { border-color: rgb(43,70,116); }
td.TdClassName
{
border-color: #2B4674;
}
.TagClassName
{
border-color: #2B4674;
}
</style>