Shades of Resolution Blue #2A3C8A
Tints of Resolution Blue #2A3C8A
RGB
CMYK
RGB Variations
Color information
#2A3C8A (or 0x2A3C8A) is known color: Resolution Blue. HEX triplet: 2A, 3C and 8A. RGB value is (42,60,138). Sum of RGB (Red+Green+Blue) = 42+60+138=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A3C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3C8A is #D5C375. Grayscale: #3F3F3F. Windows color (decimal): -14009206 or 9059370. OLE color: 9059370.
HSL color Cylindrical-coordinate representation of color #2A3C8A: hue angle of 228.75º 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 #2A3C8A is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 60 | 138 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.46 |
| HSL | 228.75º | 0.53% | 0.35% | - |
| HSV(B) | 228.75º | 0.7% | 0.54% | - |
| XYZ | 7.16 | 5.56 | 24.74 | - |
| YUV | 63.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 138 | 0.70 | 0.57 | 0 | 0.46 | 228.75 | 0.53 | 0.35 |
| Hex | 2A | 3C | 8A | 46 | 39 | 0 | 2E | E5 | 35 | 23 |
| Octal | 52 | 74 | 212 | 106 | 71 | 0 | 56 | 345 | 65 | 43 |
| Binary | 101010 | 111100 | 10001010 | 1000110 | 111001 | 0 | 101110 | 11100101 | 110101 | 100011 |
Color Harmonies of #2A3C8A
Complementary color
Monochromatic Colors of #2A3C8A
Black with #2A3C8A
Text Example
Text Example
White with #2A3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C8A; }
p { color: rgb(42,60,138); }
H1.HeaderClassName
{
color: #2A3C8A;
}
.AnyTagClassName
{
color: #2A3C8A;
}
</style>
background-color css
<style>
a { background-color: #2A3C8A; }
a { background-color: rgb(42,60,138); }
div.DivClassName
{
background-color: #2A3C8A;
}
.BgClassName
{
background-color: #2A3C8A;
}
</style>
border-color css
<style>
span { border-color: #2A3C8A; }
span { border-color: rgb(42,60,138); }
td.TdClassName
{
border-color: #2A3C8A;
}
.TagClassName
{
border-color: #2A3C8A;
}
</style>