Shades of Resolution Blue #3A477C
Tints of Resolution Blue #3A477C
RGB
CMYK
RGB Variations
Color information
#3A477C (or 0x3A477C) is known color: Resolution Blue. HEX triplet: 3A, 47 and 7C. RGB value is (58,71,124). Sum of RGB (Red+Green+Blue) = 58+71+124=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A477C is #C5B883. Grayscale: #484848. Windows color (decimal): -12957828 or 8144698. OLE color: 8144698.
HSL color Cylindrical-coordinate representation of color #3A477C: hue angle of 228.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A477C is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 71 | 124 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.51 |
| HSL | 228.18º | 0.36% | 0.36% | - |
| HSV(B) | 228.18º | 0.53% | 0.49% | - |
| XYZ | 7.64 | 6.86 | 19.99 | - |
| YUV | 73.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 124 | 0.53 | 0.43 | 0 | 0.51 | 228.18 | 0.36 | 0.36 |
| Hex | 3A | 47 | 7C | 35 | 2B | 0 | 33 | E4 | 24 | 24 |
| Octal | 72 | 107 | 174 | 65 | 53 | 0 | 63 | 344 | 44 | 44 |
| Binary | 111010 | 1000111 | 1111100 | 110101 | 101011 | 0 | 110011 | 11100100 | 100100 | 100100 |
Color Harmonies of #3A477C
Complementary color
Monochromatic Colors of #3A477C
Black with #3A477C
Text Example
Text Example
White with #3A477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A477C; }
p { color: rgb(58,71,124); }
H1.HeaderClassName
{
color: #3A477C;
}
.AnyTagClassName
{
color: #3A477C;
}
</style>
background-color css
<style>
a { background-color: #3A477C; }
a { background-color: rgb(58,71,124); }
div.DivClassName
{
background-color: #3A477C;
}
.BgClassName
{
background-color: #3A477C;
}
</style>
border-color css
<style>
span { border-color: #3A477C; }
span { border-color: rgb(58,71,124); }
td.TdClassName
{
border-color: #3A477C;
}
.TagClassName
{
border-color: #3A477C;
}
</style>