Shades of Resolution Blue #2A437C
Tints of Resolution Blue #2A437C
RGB
CMYK
RGB Variations
Color information
#2A437C (or 0x2A437C) is known color: Resolution Blue. HEX triplet: 2A, 43 and 7C. RGB value is (42,67,124). Sum of RGB (Red+Green+Blue) = 42+67+124=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A437C is #D5BC83. Grayscale: #414141. Windows color (decimal): -14007428 or 8143658. OLE color: 8143658.
HSL color Cylindrical-coordinate representation of color #2A437C: hue angle of 221.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A437C is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 67 | 124 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.51 |
| HSL | 221.71º | 0.49% | 0.33% | - |
| HSV(B) | 221.71º | 0.66% | 0.49% | - |
| XYZ | 6.6 | 5.96 | 19.87 | - |
| YUV | 66.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 124 | 0.66 | 0.46 | 0 | 0.51 | 221.71 | 0.49 | 0.33 |
| Hex | 2A | 43 | 7C | 42 | 2E | 0 | 33 | DE | 31 | 21 |
| Octal | 52 | 103 | 174 | 102 | 56 | 0 | 63 | 336 | 61 | 41 |
| Binary | 101010 | 1000011 | 1111100 | 1000010 | 101110 | 0 | 110011 | 11011110 | 110001 | 100001 |
Color Harmonies of #2A437C
Complementary color
Monochromatic Colors of #2A437C
Black with #2A437C
Text Example
Text Example
White with #2A437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A437C; }
p { color: rgb(42,67,124); }
H1.HeaderClassName
{
color: #2A437C;
}
.AnyTagClassName
{
color: #2A437C;
}
</style>
background-color css
<style>
a { background-color: #2A437C; }
a { background-color: rgb(42,67,124); }
div.DivClassName
{
background-color: #2A437C;
}
.BgClassName
{
background-color: #2A437C;
}
</style>
border-color css
<style>
span { border-color: #2A437C; }
span { border-color: rgb(42,67,124); }
td.TdClassName
{
border-color: #2A437C;
}
.TagClassName
{
border-color: #2A437C;
}
</style>