Shades of Resolution Blue #3B4978
Tints of Resolution Blue #3B4978
RGB
CMYK
RGB Variations
Color information
#3B4978 (or 0x3B4978) is known color: Resolution Blue. HEX triplet: 3B, 49 and 78. RGB value is (59,73,120). Sum of RGB (Red+Green+Blue) = 59+73+120=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B4978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4978 is #C4B687. Grayscale: #494949. Windows color (decimal): -12891784 or 7883067. OLE color: 7883067.
HSL color Cylindrical-coordinate representation of color #3B4978: hue angle of 226.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B4978 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 73 | 120 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.53 |
| HSL | 226.23º | 0.34% | 0.35% | - |
| HSV(B) | 226.23º | 0.51% | 0.47% | - |
| XYZ | 7.58 | 7.05 | 18.73 | - |
| YUV | 74.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 120 | 0.51 | 0.39 | 0 | 0.53 | 226.23 | 0.34 | 0.35 |
| Hex | 3B | 49 | 78 | 33 | 27 | 0 | 35 | E2 | 22 | 23 |
| Octal | 73 | 111 | 170 | 63 | 47 | 0 | 65 | 342 | 42 | 43 |
| Binary | 111011 | 1001001 | 1111000 | 110011 | 100111 | 0 | 110101 | 11100010 | 100010 | 100011 |
Color Harmonies of #3B4978
Complementary color
Monochromatic Colors of #3B4978
Black with #3B4978
Text Example
Text Example
White with #3B4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4978; }
p { color: rgb(59,73,120); }
H1.HeaderClassName
{
color: #3B4978;
}
.AnyTagClassName
{
color: #3B4978;
}
</style>
background-color css
<style>
a { background-color: #3B4978; }
a { background-color: rgb(59,73,120); }
div.DivClassName
{
background-color: #3B4978;
}
.BgClassName
{
background-color: #3B4978;
}
</style>
border-color css
<style>
span { border-color: #3B4978; }
span { border-color: rgb(59,73,120); }
td.TdClassName
{
border-color: #3B4978;
}
.TagClassName
{
border-color: #3B4978;
}
</style>