Shades of Resolution Blue #334679
Tints of Resolution Blue #334679
RGB
CMYK
RGB Variations
Color information
#334679 (or 0x334679) is known color: Resolution Blue. HEX triplet: 33, 46 and 79. RGB value is (51,70,121). Sum of RGB (Red+Green+Blue) = 51+70+121=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #334679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334679 is #CCB986. Grayscale: #454545. Windows color (decimal): -13416839 or 7947827. OLE color: 7947827.
HSL color Cylindrical-coordinate representation of color #334679: hue angle of 223.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #334679 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 70 | 121 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.53 |
| HSL | 223.71º | 0.41% | 0.34% | - |
| HSV(B) | 223.71º | 0.58% | 0.47% | - |
| XYZ | 7.01 | 6.46 | 18.97 | - |
| YUV | 70.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 121 | 0.58 | 0.42 | 0 | 0.53 | 223.71 | 0.41 | 0.34 |
| Hex | 33 | 46 | 79 | 3A | 2A | 0 | 35 | E0 | 29 | 22 |
| Octal | 63 | 106 | 171 | 72 | 52 | 0 | 65 | 340 | 51 | 42 |
| Binary | 110011 | 1000110 | 1111001 | 111010 | 101010 | 0 | 110101 | 11100000 | 101001 | 100010 |
Color Harmonies of #334679
Complementary color
Monochromatic Colors of #334679
Black with #334679
Text Example
Text Example
White with #334679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334679; }
p { color: rgb(51,70,121); }
H1.HeaderClassName
{
color: #334679;
}
.AnyTagClassName
{
color: #334679;
}
</style>
background-color css
<style>
a { background-color: #334679; }
a { background-color: rgb(51,70,121); }
div.DivClassName
{
background-color: #334679;
}
.BgClassName
{
background-color: #334679;
}
</style>
border-color css
<style>
span { border-color: #334679; }
span { border-color: rgb(51,70,121); }
td.TdClassName
{
border-color: #334679;
}
.TagClassName
{
border-color: #334679;
}
</style>