Shades of Resolution Blue #3A4878
Tints of Resolution Blue #3A4878
RGB
CMYK
RGB Variations
Color information
#3A4878 (or 0x3A4878) is known color: Resolution Blue. HEX triplet: 3A, 48 and 78. RGB value is (58,72,120). Sum of RGB (Red+Green+Blue) = 58+72+120=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4878 is #C5B787. Grayscale: #494949. Windows color (decimal): -12957576 or 7882810. OLE color: 7882810.
HSL color Cylindrical-coordinate representation of color #3A4878: hue angle of 226.45º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A4878 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 72 | 120 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.53 |
| HSL | 226.45º | 0.35% | 0.35% | - |
| HSV(B) | 226.45º | 0.52% | 0.47% | - |
| XYZ | 7.45 | 6.89 | 18.71 | - |
| YUV | 73.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 120 | 0.52 | 0.40 | 0 | 0.53 | 226.45 | 0.35 | 0.35 |
| Hex | 3A | 48 | 78 | 34 | 28 | 0 | 35 | E2 | 23 | 23 |
| Octal | 72 | 110 | 170 | 64 | 50 | 0 | 65 | 342 | 43 | 43 |
| Binary | 111010 | 1001000 | 1111000 | 110100 | 101000 | 0 | 110101 | 11100010 | 100011 | 100011 |
Color Harmonies of #3A4878
Complementary color
Monochromatic Colors of #3A4878
Black with #3A4878
Text Example
Text Example
White with #3A4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4878; }
p { color: rgb(58,72,120); }
H1.HeaderClassName
{
color: #3A4878;
}
.AnyTagClassName
{
color: #3A4878;
}
</style>
background-color css
<style>
a { background-color: #3A4878; }
a { background-color: rgb(58,72,120); }
div.DivClassName
{
background-color: #3A4878;
}
.BgClassName
{
background-color: #3A4878;
}
</style>
border-color css
<style>
span { border-color: #3A4878; }
span { border-color: rgb(58,72,120); }
td.TdClassName
{
border-color: #3A4878;
}
.TagClassName
{
border-color: #3A4878;
}
</style>