Shades of Resolution Blue #2A3787
Tints of Resolution Blue #2A3787
RGB
CMYK
RGB Variations
Color information
#2A3787 (or 0x2A3787) is known color: Resolution Blue. HEX triplet: 2A, 37 and 87. RGB value is (42,55,135). Sum of RGB (Red+Green+Blue) = 42+55+135=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A3787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3787 is #D5C878. Grayscale: #3B3B3B. Windows color (decimal): -14010489 or 8861482. OLE color: 8861482.
HSL color Cylindrical-coordinate representation of color #2A3787: hue angle of 231.61º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3787 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 55 | 135 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.47 |
| HSL | 231.61º | 0.53% | 0.35% | - |
| HSV(B) | 231.61º | 0.69% | 0.53% | - |
| XYZ | 6.69 | 4.97 | 23.53 | - |
| YUV | 60.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 135 | 0.69 | 0.59 | 0 | 0.47 | 231.61 | 0.53 | 0.35 |
| Hex | 2A | 37 | 87 | 45 | 3B | 0 | 2F | E8 | 35 | 23 |
| Octal | 52 | 67 | 207 | 105 | 73 | 0 | 57 | 350 | 65 | 43 |
| Binary | 101010 | 110111 | 10000111 | 1000101 | 111011 | 0 | 101111 | 11101000 | 110101 | 100011 |
Color Harmonies of #2A3787
Complementary color
Monochromatic Colors of #2A3787
Black with #2A3787
Text Example
Text Example
White with #2A3787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3787; }
p { color: rgb(42,55,135); }
H1.HeaderClassName
{
color: #2A3787;
}
.AnyTagClassName
{
color: #2A3787;
}
</style>
background-color css
<style>
a { background-color: #2A3787; }
a { background-color: rgb(42,55,135); }
div.DivClassName
{
background-color: #2A3787;
}
.BgClassName
{
background-color: #2A3787;
}
</style>
border-color css
<style>
span { border-color: #2A3787; }
span { border-color: rgb(42,55,135); }
td.TdClassName
{
border-color: #2A3787;
}
.TagClassName
{
border-color: #2A3787;
}
</style>