Shades of Resolution Blue #3A477B
Tints of Resolution Blue #3A477B
RGB
CMYK
RGB Variations
Color information
#3A477B (or 0x3A477B) is known color: Resolution Blue. HEX triplet: 3A, 47 and 7B. RGB value is (58,71,123). Sum of RGB (Red+Green+Blue) = 58+71+123=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A477B is #C5B884. Grayscale: #484848. Windows color (decimal): -12957829 or 8079162. OLE color: 8079162.
HSL color Cylindrical-coordinate representation of color #3A477B: hue angle of 228º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A477B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 71 | 123 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.52 |
| HSL | 228º | 0.36% | 0.35% | - |
| HSV(B) | 228º | 0.53% | 0.48% | - |
| XYZ | 7.57 | 6.84 | 19.66 | - |
| YUV | 73.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 123 | 0.53 | 0.42 | 0 | 0.52 | 228 | 0.36 | 0.35 |
| Hex | 3A | 47 | 7B | 35 | 2A | 0 | 34 | E4 | 24 | 23 |
| Octal | 72 | 107 | 173 | 65 | 52 | 0 | 64 | 344 | 44 | 43 |
| Binary | 111010 | 1000111 | 1111011 | 110101 | 101010 | 0 | 110100 | 11100100 | 100100 | 100011 |
Color Harmonies of #3A477B
Complementary color
Monochromatic Colors of #3A477B
Black with #3A477B
Text Example
Text Example
White with #3A477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A477B; }
p { color: rgb(58,71,123); }
H1.HeaderClassName
{
color: #3A477B;
}
.AnyTagClassName
{
color: #3A477B;
}
</style>
background-color css
<style>
a { background-color: #3A477B; }
a { background-color: rgb(58,71,123); }
div.DivClassName
{
background-color: #3A477B;
}
.BgClassName
{
background-color: #3A477B;
}
</style>
border-color css
<style>
span { border-color: #3A477B; }
span { border-color: rgb(58,71,123); }
td.TdClassName
{
border-color: #3A477B;
}
.TagClassName
{
border-color: #3A477B;
}
</style>