Shades of Resolution Blue #2A4575
Tints of Resolution Blue #2A4575
RGB
CMYK
RGB Variations
Color information
#2A4575 (or 0x2A4575) is known color: Resolution Blue. HEX triplet: 2A, 45 and 75. RGB value is (42,69,117). Sum of RGB (Red+Green+Blue) = 42+69+117=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4575 is #D5BA8A. Grayscale: #424242. Windows color (decimal): -14006923 or 7685418. OLE color: 7685418.
HSL color Cylindrical-coordinate representation of color #2A4575: hue angle of 218.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A4575 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 69 | 117 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.54 |
| HSL | 218.4º | 0.47% | 0.31% | - |
| HSV(B) | 218.4º | 0.64% | 0.46% | - |
| XYZ | 6.29 | 6.03 | 17.66 | - |
| YUV | 66.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 117 | 0.64 | 0.41 | 0 | 0.54 | 218.4 | 0.47 | 0.31 |
| Hex | 2A | 45 | 75 | 40 | 29 | 0 | 36 | DA | 2F | 1F |
| Octal | 52 | 105 | 165 | 100 | 51 | 0 | 66 | 332 | 57 | 37 |
| Binary | 101010 | 1000101 | 1110101 | 1000000 | 101001 | 0 | 110110 | 11011010 | 101111 | 11111 |
Color Harmonies of #2A4575
Complementary color
Monochromatic Colors of #2A4575
Black with #2A4575
Text Example
Text Example
White with #2A4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4575; }
p { color: rgb(42,69,117); }
H1.HeaderClassName
{
color: #2A4575;
}
.AnyTagClassName
{
color: #2A4575;
}
</style>
background-color css
<style>
a { background-color: #2A4575; }
a { background-color: rgb(42,69,117); }
div.DivClassName
{
background-color: #2A4575;
}
.BgClassName
{
background-color: #2A4575;
}
</style>
border-color css
<style>
span { border-color: #2A4575; }
span { border-color: rgb(42,69,117); }
td.TdClassName
{
border-color: #2A4575;
}
.TagClassName
{
border-color: #2A4575;
}
</style>