Shades of Resolution Blue #2A447B
Tints of Resolution Blue #2A447B
RGB
CMYK
RGB Variations
Color information
#2A447B (or 0x2A447B) is known color: Resolution Blue. HEX triplet: 2A, 44 and 7B. RGB value is (42,68,123). Sum of RGB (Red+Green+Blue) = 42+68+123=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A447B is #D5BB84. Grayscale: #424242. Windows color (decimal): -14007173 or 8078378. OLE color: 8078378.
HSL color Cylindrical-coordinate representation of color #2A447B: hue angle of 220.74º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A447B is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 68 | 123 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.52 |
| HSL | 220.74º | 0.49% | 0.32% | - |
| HSV(B) | 220.74º | 0.66% | 0.48% | - |
| XYZ | 6.6 | 6.06 | 19.56 | - |
| YUV | 66.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 123 | 0.66 | 0.45 | 0 | 0.52 | 220.74 | 0.49 | 0.32 |
| Hex | 2A | 44 | 7B | 42 | 2D | 0 | 34 | DD | 31 | 20 |
| Octal | 52 | 104 | 173 | 102 | 55 | 0 | 64 | 335 | 61 | 40 |
| Binary | 101010 | 1000100 | 1111011 | 1000010 | 101101 | 0 | 110100 | 11011101 | 110001 | 100000 |
Color Harmonies of #2A447B
Complementary color
Monochromatic Colors of #2A447B
Black with #2A447B
Text Example
Text Example
White with #2A447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A447B; }
p { color: rgb(42,68,123); }
H1.HeaderClassName
{
color: #2A447B;
}
.AnyTagClassName
{
color: #2A447B;
}
</style>
background-color css
<style>
a { background-color: #2A447B; }
a { background-color: rgb(42,68,123); }
div.DivClassName
{
background-color: #2A447B;
}
.BgClassName
{
background-color: #2A447B;
}
</style>
border-color css
<style>
span { border-color: #2A447B; }
span { border-color: rgb(42,68,123); }
td.TdClassName
{
border-color: #2A447B;
}
.TagClassName
{
border-color: #2A447B;
}
</style>