Shades of Resolution Blue #2A398D
Tints of Resolution Blue #2A398D
RGB
CMYK
RGB Variations
Color information
#2A398D (or 0x2A398D) is known color: Resolution Blue. HEX triplet: 2A, 39 and 8D. RGB value is (42,57,141). Sum of RGB (Red+Green+Blue) = 42+57+141=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A398D is #D5C672. Grayscale: #3D3D3D. Windows color (decimal): -14009971 or 9255210. OLE color: 9255210.
HSL color Cylindrical-coordinate representation of color #2A398D: hue angle of 230.91º 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 #2A398D is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 57 | 141 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.45 |
| HSL | 230.91º | 0.54% | 0.36% | - |
| HSV(B) | 230.91º | 0.7% | 0.55% | - |
| XYZ | 7.23 | 5.34 | 25.85 | - |
| YUV | 62.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 141 | 0.70 | 0.60 | 0 | 0.45 | 230.91 | 0.54 | 0.36 |
| Hex | 2A | 39 | 8D | 46 | 3C | 0 | 2D | E7 | 36 | 24 |
| Octal | 52 | 71 | 215 | 106 | 74 | 0 | 55 | 347 | 66 | 44 |
| Binary | 101010 | 111001 | 10001101 | 1000110 | 111100 | 0 | 101101 | 11100111 | 110110 | 100100 |
Color Harmonies of #2A398D
Complementary color
Monochromatic Colors of #2A398D
Black with #2A398D
Text Example
Text Example
White with #2A398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A398D; }
p { color: rgb(42,57,141); }
H1.HeaderClassName
{
color: #2A398D;
}
.AnyTagClassName
{
color: #2A398D;
}
</style>
background-color css
<style>
a { background-color: #2A398D; }
a { background-color: rgb(42,57,141); }
div.DivClassName
{
background-color: #2A398D;
}
.BgClassName
{
background-color: #2A398D;
}
</style>
border-color css
<style>
span { border-color: #2A398D; }
span { border-color: rgb(42,57,141); }
td.TdClassName
{
border-color: #2A398D;
}
.TagClassName
{
border-color: #2A398D;
}
</style>