Shades of Resolution Blue #2A377C
Tints of Resolution Blue #2A377C
RGB
CMYK
RGB Variations
Color information
#2A377C (or 0x2A377C) is known color: Resolution Blue. HEX triplet: 2A, 37 and 7C. RGB value is (42,55,124). Sum of RGB (Red+Green+Blue) = 42+55+124=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A377C is #D5C883. Grayscale: #3A3A3A. Windows color (decimal): -14010500 or 8140586. OLE color: 8140586.
HSL color Cylindrical-coordinate representation of color #2A377C: hue angle of 230.49º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A377C is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 55 | 124 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.51 |
| HSL | 230.49º | 0.49% | 0.33% | - |
| HSV(B) | 230.49º | 0.66% | 0.49% | - |
| XYZ | 5.96 | 4.68 | 19.66 | - |
| YUV | 58.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 124 | 0.66 | 0.56 | 0 | 0.51 | 230.49 | 0.49 | 0.33 |
| Hex | 2A | 37 | 7C | 42 | 38 | 0 | 33 | E6 | 31 | 21 |
| Octal | 52 | 67 | 174 | 102 | 70 | 0 | 63 | 346 | 61 | 41 |
| Binary | 101010 | 110111 | 1111100 | 1000010 | 111000 | 0 | 110011 | 11100110 | 110001 | 100001 |
Color Harmonies of #2A377C
Complementary color
Monochromatic Colors of #2A377C
Black with #2A377C
Text Example
Text Example
White with #2A377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A377C; }
p { color: rgb(42,55,124); }
H1.HeaderClassName
{
color: #2A377C;
}
.AnyTagClassName
{
color: #2A377C;
}
</style>
background-color css
<style>
a { background-color: #2A377C; }
a { background-color: rgb(42,55,124); }
div.DivClassName
{
background-color: #2A377C;
}
.BgClassName
{
background-color: #2A377C;
}
</style>
border-color css
<style>
span { border-color: #2A377C; }
span { border-color: rgb(42,55,124); }
td.TdClassName
{
border-color: #2A377C;
}
.TagClassName
{
border-color: #2A377C;
}
</style>