Shades of Resolution Blue #2A3A8A
Tints of Resolution Blue #2A3A8A
RGB
CMYK
RGB Variations
Color information
#2A3A8A (or 0x2A3A8A) is known color: Resolution Blue. HEX triplet: 2A, 3A and 8A. RGB value is (42,58,138). Sum of RGB (Red+Green+Blue) = 42+58+138=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A3A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3A8A is #D5C575. Grayscale: #3E3E3E. Windows color (decimal): -14009718 or 9058858. OLE color: 9058858.
HSL color Cylindrical-coordinate representation of color #2A3A8A: hue angle of 230º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A3A8A is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 58 | 138 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.46 |
| HSL | 230º | 0.53% | 0.35% | - |
| HSV(B) | 230º | 0.7% | 0.54% | - |
| XYZ | 7.06 | 5.35 | 24.71 | - |
| YUV | 62.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 138 | 0.70 | 0.58 | 0 | 0.46 | 230 | 0.53 | 0.35 |
| Hex | 2A | 3A | 8A | 46 | 3A | 0 | 2E | E6 | 35 | 23 |
| Octal | 52 | 72 | 212 | 106 | 72 | 0 | 56 | 346 | 65 | 43 |
| Binary | 101010 | 111010 | 10001010 | 1000110 | 111010 | 0 | 101110 | 11100110 | 110101 | 100011 |
Color Harmonies of #2A3A8A
Complementary color
Monochromatic Colors of #2A3A8A
Black with #2A3A8A
Text Example
Text Example
White with #2A3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A8A; }
p { color: rgb(42,58,138); }
H1.HeaderClassName
{
color: #2A3A8A;
}
.AnyTagClassName
{
color: #2A3A8A;
}
</style>
background-color css
<style>
a { background-color: #2A3A8A; }
a { background-color: rgb(42,58,138); }
div.DivClassName
{
background-color: #2A3A8A;
}
.BgClassName
{
background-color: #2A3A8A;
}
</style>
border-color css
<style>
span { border-color: #2A3A8A; }
span { border-color: rgb(42,58,138); }
td.TdClassName
{
border-color: #2A3A8A;
}
.TagClassName
{
border-color: #2A3A8A;
}
</style>