Shades of Resolution Blue #2A4672
Tints of Resolution Blue #2A4672
RGB
CMYK
RGB Variations
Color information
#2A4672 (or 0x2A4672) is known color: Resolution Blue. HEX triplet: 2A, 46 and 72. RGB value is (42,70,114). Sum of RGB (Red+Green+Blue) = 42+70+114=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4672 is #D5B98D. Grayscale: #424242. Windows color (decimal): -14006670 or 7489066. OLE color: 7489066.
HSL color Cylindrical-coordinate representation of color #2A4672: hue angle of 216.67º 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 #2A4672 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 70 | 114 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.55 |
| HSL | 216.67º | 0.46% | 0.31% | - |
| HSV(B) | 216.67º | 0.63% | 0.45% | - |
| XYZ | 6.18 | 6.09 | 16.77 | - |
| YUV | 66.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 114 | 0.63 | 0.39 | 0 | 0.55 | 216.67 | 0.46 | 0.31 |
| Hex | 2A | 46 | 72 | 3F | 27 | 0 | 37 | D9 | 2E | 1F |
| Octal | 52 | 106 | 162 | 77 | 47 | 0 | 67 | 331 | 56 | 37 |
| Binary | 101010 | 1000110 | 1110010 | 111111 | 100111 | 0 | 110111 | 11011001 | 101110 | 11111 |
Color Harmonies of #2A4672
Complementary color
Monochromatic Colors of #2A4672
Black with #2A4672
Text Example
Text Example
White with #2A4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4672; }
p { color: rgb(42,70,114); }
H1.HeaderClassName
{
color: #2A4672;
}
.AnyTagClassName
{
color: #2A4672;
}
</style>
background-color css
<style>
a { background-color: #2A4672; }
a { background-color: rgb(42,70,114); }
div.DivClassName
{
background-color: #2A4672;
}
.BgClassName
{
background-color: #2A4672;
}
</style>
border-color css
<style>
span { border-color: #2A4672; }
span { border-color: rgb(42,70,114); }
td.TdClassName
{
border-color: #2A4672;
}
.TagClassName
{
border-color: #2A4672;
}
</style>