Shades of Resolution Blue #2B4074
Tints of Resolution Blue #2B4074
RGB
CMYK
RGB Variations
Color information
#2B4074 (or 0x2B4074) is known color: Resolution Blue. HEX triplet: 2B, 40 and 74. RGB value is (43,64,116). Sum of RGB (Red+Green+Blue) = 43+64+116=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4074 is #D4BF8B. Grayscale: #3F3F3F. Windows color (decimal): -13942668 or 7618603. OLE color: 7618603.
HSL color Cylindrical-coordinate representation of color #2B4074: hue angle of 222.74º 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 #2B4074 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 64 | 116 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.55 |
| HSL | 222.74º | 0.46% | 0.31% | - |
| HSV(B) | 222.74º | 0.63% | 0.45% | - |
| XYZ | 5.98 | 5.44 | 17.26 | - |
| YUV | 63.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 116 | 0.63 | 0.45 | 0 | 0.55 | 222.74 | 0.46 | 0.31 |
| Hex | 2B | 40 | 74 | 3F | 2D | 0 | 37 | DF | 2E | 1F |
| Octal | 53 | 100 | 164 | 77 | 55 | 0 | 67 | 337 | 56 | 37 |
| Binary | 101011 | 1000000 | 1110100 | 111111 | 101101 | 0 | 110111 | 11011111 | 101110 | 11111 |
Color Harmonies of #2B4074
Complementary color
Monochromatic Colors of #2B4074
Black with #2B4074
Text Example
Text Example
White with #2B4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4074; }
p { color: rgb(43,64,116); }
H1.HeaderClassName
{
color: #2B4074;
}
.AnyTagClassName
{
color: #2B4074;
}
</style>
background-color css
<style>
a { background-color: #2B4074; }
a { background-color: rgb(43,64,116); }
div.DivClassName
{
background-color: #2B4074;
}
.BgClassName
{
background-color: #2B4074;
}
</style>
border-color css
<style>
span { border-color: #2B4074; }
span { border-color: rgb(43,64,116); }
td.TdClassName
{
border-color: #2B4074;
}
.TagClassName
{
border-color: #2B4074;
}
</style>