Shades of Resolution Blue #2B4673
Tints of Resolution Blue #2B4673
RGB
CMYK
RGB Variations
Color information
#2B4673 (or 0x2B4673) is known color: Resolution Blue. HEX triplet: 2B, 46 and 73. RGB value is (43,70,115). Sum of RGB (Red+Green+Blue) = 43+70+115=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4673 is #D4B98C. Grayscale: #424242. Windows color (decimal): -13941133 or 7554603. OLE color: 7554603.
HSL color Cylindrical-coordinate representation of color #2B4673: hue angle of 217.5º 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 #2B4673 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 70 | 115 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.55 |
| HSL | 217.5º | 0.46% | 0.31% | - |
| HSV(B) | 217.5º | 0.63% | 0.45% | - |
| XYZ | 6.28 | 6.13 | 17.07 | - |
| YUV | 67.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 115 | 0.63 | 0.39 | 0 | 0.55 | 217.5 | 0.46 | 0.31 |
| Hex | 2B | 46 | 73 | 3F | 27 | 0 | 37 | DA | 2E | 1F |
| Octal | 53 | 106 | 163 | 77 | 47 | 0 | 67 | 332 | 56 | 37 |
| Binary | 101011 | 1000110 | 1110011 | 111111 | 100111 | 0 | 110111 | 11011010 | 101110 | 11111 |
Color Harmonies of #2B4673
Complementary color
Monochromatic Colors of #2B4673
Black with #2B4673
Text Example
Text Example
White with #2B4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4673; }
p { color: rgb(43,70,115); }
H1.HeaderClassName
{
color: #2B4673;
}
.AnyTagClassName
{
color: #2B4673;
}
</style>
background-color css
<style>
a { background-color: #2B4673; }
a { background-color: rgb(43,70,115); }
div.DivClassName
{
background-color: #2B4673;
}
.BgClassName
{
background-color: #2B4673;
}
</style>
border-color css
<style>
span { border-color: #2B4673; }
span { border-color: rgb(43,70,115); }
td.TdClassName
{
border-color: #2B4673;
}
.TagClassName
{
border-color: #2B4673;
}
</style>