Shades of Resolution Blue #3A467D
Tints of Resolution Blue #3A467D
RGB
CMYK
RGB Variations
Color information
#3A467D (or 0x3A467D) is known color: Resolution Blue. HEX triplet: 3A, 46 and 7D. RGB value is (58,70,125). Sum of RGB (Red+Green+Blue) = 58+70+125=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A467D is #C5B982. Grayscale: #484848. Windows color (decimal): -12958083 or 8209978. OLE color: 8209978.
HSL color Cylindrical-coordinate representation of color #3A467D: hue angle of 229.25º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A467D is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 70 | 125 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.51 |
| HSL | 229.25º | 0.37% | 0.36% | - |
| HSV(B) | 229.25º | 0.54% | 0.49% | - |
| XYZ | 7.64 | 6.76 | 20.3 | - |
| YUV | 72.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 125 | 0.54 | 0.44 | 0 | 0.51 | 229.25 | 0.37 | 0.36 |
| Hex | 3A | 46 | 7D | 36 | 2C | 0 | 33 | E5 | 25 | 24 |
| Octal | 72 | 106 | 175 | 66 | 54 | 0 | 63 | 345 | 45 | 44 |
| Binary | 111010 | 1000110 | 1111101 | 110110 | 101100 | 0 | 110011 | 11100101 | 100101 | 100100 |
Color Harmonies of #3A467D
Complementary color
Monochromatic Colors of #3A467D
Black with #3A467D
Text Example
Text Example
White with #3A467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A467D; }
p { color: rgb(58,70,125); }
H1.HeaderClassName
{
color: #3A467D;
}
.AnyTagClassName
{
color: #3A467D;
}
</style>
background-color css
<style>
a { background-color: #3A467D; }
a { background-color: rgb(58,70,125); }
div.DivClassName
{
background-color: #3A467D;
}
.BgClassName
{
background-color: #3A467D;
}
</style>
border-color css
<style>
span { border-color: #3A467D; }
span { border-color: rgb(58,70,125); }
td.TdClassName
{
border-color: #3A467D;
}
.TagClassName
{
border-color: #3A467D;
}
</style>