Shades of Resolution Blue #2A4572
Tints of Resolution Blue #2A4572
RGB
CMYK
RGB Variations
Color information
#2A4572 (or 0x2A4572) is known color: Resolution Blue. HEX triplet: 2A, 45 and 72. RGB value is (42,69,114). Sum of RGB (Red+Green+Blue) = 42+69+114=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4572 is #D5BA8D. Grayscale: #414141. Windows color (decimal): -14006926 or 7488810. OLE color: 7488810.
HSL color Cylindrical-coordinate representation of color #2A4572: 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 #2A4572 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 69 | 114 | - |
| 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.12 | 5.96 | 16.75 | - |
| YUV | 66.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 114 | 0.63 | 0.39 | 0 | 0.55 | 217.5 | 0.46 | 0.31 |
| Hex | 2A | 45 | 72 | 3F | 27 | 0 | 37 | DA | 2E | 1F |
| Octal | 52 | 105 | 162 | 77 | 47 | 0 | 67 | 332 | 56 | 37 |
| Binary | 101010 | 1000101 | 1110010 | 111111 | 100111 | 0 | 110111 | 11011010 | 101110 | 11111 |
Color Harmonies of #2A4572
Complementary color
Monochromatic Colors of #2A4572
Black with #2A4572
Text Example
Text Example
White with #2A4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4572; }
p { color: rgb(42,69,114); }
H1.HeaderClassName
{
color: #2A4572;
}
.AnyTagClassName
{
color: #2A4572;
}
</style>
background-color css
<style>
a { background-color: #2A4572; }
a { background-color: rgb(42,69,114); }
div.DivClassName
{
background-color: #2A4572;
}
.BgClassName
{
background-color: #2A4572;
}
</style>
border-color css
<style>
span { border-color: #2A4572; }
span { border-color: rgb(42,69,114); }
td.TdClassName
{
border-color: #2A4572;
}
.TagClassName
{
border-color: #2A4572;
}
</style>