Shades of Resolution Blue #3A467C
Tints of Resolution Blue #3A467C
RGB
CMYK
RGB Variations
Color information
#3A467C (or 0x3A467C) is known color: Resolution Blue. HEX triplet: 3A, 46 and 7C. RGB value is (58,70,124). Sum of RGB (Red+Green+Blue) = 58+70+124=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A467C is #C5B983. Grayscale: #484848. Windows color (decimal): -12958084 or 8144442. OLE color: 8144442.
HSL color Cylindrical-coordinate representation of color #3A467C: hue angle of 229.09º 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 #3A467C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 70 | 124 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.51 |
| HSL | 229.09º | 0.36% | 0.36% | - |
| HSV(B) | 229.09º | 0.53% | 0.49% | - |
| XYZ | 7.57 | 6.74 | 19.97 | - |
| YUV | 72.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 124 | 0.53 | 0.44 | 0 | 0.51 | 229.09 | 0.36 | 0.36 |
| Hex | 3A | 46 | 7C | 35 | 2C | 0 | 33 | E5 | 24 | 24 |
| Octal | 72 | 106 | 174 | 65 | 54 | 0 | 63 | 345 | 44 | 44 |
| Binary | 111010 | 1000110 | 1111100 | 110101 | 101100 | 0 | 110011 | 11100101 | 100100 | 100100 |
Color Harmonies of #3A467C
Complementary color
Monochromatic Colors of #3A467C
Black with #3A467C
Text Example
Text Example
White with #3A467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A467C; }
p { color: rgb(58,70,124); }
H1.HeaderClassName
{
color: #3A467C;
}
.AnyTagClassName
{
color: #3A467C;
}
</style>
background-color css
<style>
a { background-color: #3A467C; }
a { background-color: rgb(58,70,124); }
div.DivClassName
{
background-color: #3A467C;
}
.BgClassName
{
background-color: #3A467C;
}
</style>
border-color css
<style>
span { border-color: #3A467C; }
span { border-color: rgb(58,70,124); }
td.TdClassName
{
border-color: #3A467C;
}
.TagClassName
{
border-color: #3A467C;
}
</style>