Shades of Resolution Blue #2A3F7A
Tints of Resolution Blue #2A3F7A
RGB
CMYK
RGB Variations
Color information
#2A3F7A (or 0x2A3F7A) is known color: Resolution Blue. HEX triplet: 2A, 3F and 7A. RGB value is (42,63,122). Sum of RGB (Red+Green+Blue) = 42+63+122=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A3F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3F7A is #D5C085. Grayscale: #3F3F3F. Windows color (decimal): -14008454 or 8011562. OLE color: 8011562.
HSL color Cylindrical-coordinate representation of color #2A3F7A: hue angle of 224.25º 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 #2A3F7A is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 63 | 122 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.52 |
| HSL | 224.25º | 0.49% | 0.32% | - |
| HSV(B) | 224.25º | 0.66% | 0.48% | - |
| XYZ | 6.25 | 5.45 | 19.14 | - |
| YUV | 63.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 122 | 0.66 | 0.48 | 0 | 0.52 | 224.25 | 0.49 | 0.32 |
| Hex | 2A | 3F | 7A | 42 | 30 | 0 | 34 | E0 | 31 | 20 |
| Octal | 52 | 77 | 172 | 102 | 60 | 0 | 64 | 340 | 61 | 40 |
| Binary | 101010 | 111111 | 1111010 | 1000010 | 110000 | 0 | 110100 | 11100000 | 110001 | 100000 |
Color Harmonies of #2A3F7A
Complementary color
Monochromatic Colors of #2A3F7A
Black with #2A3F7A
Text Example
Text Example
White with #2A3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3F7A; }
p { color: rgb(42,63,122); }
H1.HeaderClassName
{
color: #2A3F7A;
}
.AnyTagClassName
{
color: #2A3F7A;
}
</style>
background-color css
<style>
a { background-color: #2A3F7A; }
a { background-color: rgb(42,63,122); }
div.DivClassName
{
background-color: #2A3F7A;
}
.BgClassName
{
background-color: #2A3F7A;
}
</style>
border-color css
<style>
span { border-color: #2A3F7A; }
span { border-color: rgb(42,63,122); }
td.TdClassName
{
border-color: #2A3F7A;
}
.TagClassName
{
border-color: #2A3F7A;
}
</style>