Shades of Resolution Blue #2A378D
Tints of Resolution Blue #2A378D
RGB
CMYK
RGB Variations
Color information
#2A378D (or 0x2A378D) is known color: Resolution Blue. HEX triplet: 2A, 37 and 8D. RGB value is (42,55,141). Sum of RGB (Red+Green+Blue) = 42+55+141=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A378D is #D5C872. Grayscale: #3C3C3C. Windows color (decimal): -14010483 or 9254698. OLE color: 9254698.
HSL color Cylindrical-coordinate representation of color #2A378D: hue angle of 232.12º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A378D is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 55 | 141 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.45 |
| HSL | 232.12º | 0.54% | 0.36% | - |
| HSV(B) | 232.12º | 0.7% | 0.55% | - |
| XYZ | 7.13 | 5.15 | 25.82 | - |
| YUV | 60.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 141 | 0.70 | 0.61 | 0 | 0.45 | 232.12 | 0.54 | 0.36 |
| Hex | 2A | 37 | 8D | 46 | 3D | 0 | 2D | E8 | 36 | 24 |
| Octal | 52 | 67 | 215 | 106 | 75 | 0 | 55 | 350 | 66 | 44 |
| Binary | 101010 | 110111 | 10001101 | 1000110 | 111101 | 0 | 101101 | 11101000 | 110110 | 100100 |
Color Harmonies of #2A378D
Complementary color
Monochromatic Colors of #2A378D
Black with #2A378D
Text Example
Text Example
White with #2A378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A378D; }
p { color: rgb(42,55,141); }
H1.HeaderClassName
{
color: #2A378D;
}
.AnyTagClassName
{
color: #2A378D;
}
</style>
background-color css
<style>
a { background-color: #2A378D; }
a { background-color: rgb(42,55,141); }
div.DivClassName
{
background-color: #2A378D;
}
.BgClassName
{
background-color: #2A378D;
}
</style>
border-color css
<style>
span { border-color: #2A378D; }
span { border-color: rgb(42,55,141); }
td.TdClassName
{
border-color: #2A378D;
}
.TagClassName
{
border-color: #2A378D;
}
</style>