Shades of Resolution Blue #2A3778
Tints of Resolution Blue #2A3778
RGB
CMYK
RGB Variations
Color information
#2A3778 (or 0x2A3778) is known color: Resolution Blue. HEX triplet: 2A, 37 and 78. RGB value is (42,55,120). Sum of RGB (Red+Green+Blue) = 42+55+120=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3778 is #D5C887. Grayscale: #3A3A3A. Windows color (decimal): -14010504 or 7878442. OLE color: 7878442.
HSL color Cylindrical-coordinate representation of color #2A3778: hue angle of 230º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A3778 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 55 | 120 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.53 |
| HSL | 230º | 0.48% | 0.32% | - |
| HSV(B) | 230º | 0.65% | 0.47% | - |
| XYZ | 5.71 | 4.58 | 18.35 | - |
| YUV | 58.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 120 | 0.65 | 0.54 | 0 | 0.53 | 230 | 0.48 | 0.32 |
| Hex | 2A | 37 | 78 | 41 | 36 | 0 | 35 | E6 | 30 | 20 |
| Octal | 52 | 67 | 170 | 101 | 66 | 0 | 65 | 346 | 60 | 40 |
| Binary | 101010 | 110111 | 1111000 | 1000001 | 110110 | 0 | 110101 | 11100110 | 110000 | 100000 |
Color Harmonies of #2A3778
Complementary color
Monochromatic Colors of #2A3778
Black with #2A3778
Text Example
Text Example
White with #2A3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3778; }
p { color: rgb(42,55,120); }
H1.HeaderClassName
{
color: #2A3778;
}
.AnyTagClassName
{
color: #2A3778;
}
</style>
background-color css
<style>
a { background-color: #2A3778; }
a { background-color: rgb(42,55,120); }
div.DivClassName
{
background-color: #2A3778;
}
.BgClassName
{
background-color: #2A3778;
}
</style>
border-color css
<style>
span { border-color: #2A3778; }
span { border-color: rgb(42,55,120); }
td.TdClassName
{
border-color: #2A3778;
}
.TagClassName
{
border-color: #2A3778;
}
</style>