Shades of Resolution Blue #2A4173
Tints of Resolution Blue #2A4173
RGB
CMYK
RGB Variations
Color information
#2A4173 (or 0x2A4173) is known color: Resolution Blue. HEX triplet: 2A, 41 and 73. RGB value is (42,65,115). Sum of RGB (Red+Green+Blue) = 42+65+115=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4173 is #D5BE8C. Grayscale: #3F3F3F. Windows color (decimal): -14007949 or 7553322. OLE color: 7553322.
HSL color Cylindrical-coordinate representation of color #2A4173: hue angle of 221.1º 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 #2A4173 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 65 | 115 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.55 |
| HSL | 221.1º | 0.46% | 0.31% | - |
| HSV(B) | 221.1º | 0.63% | 0.45% | - |
| XYZ | 5.94 | 5.51 | 16.97 | - |
| YUV | 63.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 115 | 0.63 | 0.43 | 0 | 0.55 | 221.1 | 0.46 | 0.31 |
| Hex | 2A | 41 | 73 | 3F | 2B | 0 | 37 | DD | 2E | 1F |
| Octal | 52 | 101 | 163 | 77 | 53 | 0 | 67 | 335 | 56 | 37 |
| Binary | 101010 | 1000001 | 1110011 | 111111 | 101011 | 0 | 110111 | 11011101 | 101110 | 11111 |
Color Harmonies of #2A4173
Complementary color
Monochromatic Colors of #2A4173
Black with #2A4173
Text Example
Text Example
White with #2A4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4173; }
p { color: rgb(42,65,115); }
H1.HeaderClassName
{
color: #2A4173;
}
.AnyTagClassName
{
color: #2A4173;
}
</style>
background-color css
<style>
a { background-color: #2A4173; }
a { background-color: rgb(42,65,115); }
div.DivClassName
{
background-color: #2A4173;
}
.BgClassName
{
background-color: #2A4173;
}
</style>
border-color css
<style>
span { border-color: #2A4173; }
span { border-color: rgb(42,65,115); }
td.TdClassName
{
border-color: #2A4173;
}
.TagClassName
{
border-color: #2A4173;
}
</style>