Shades of Resolution Blue #334574
Tints of Resolution Blue #334574
RGB
CMYK
RGB Variations
Color information
#334574 (or 0x334574) is known color: Resolution Blue. HEX triplet: 33, 45 and 74. RGB value is (51,69,116). Sum of RGB (Red+Green+Blue) = 51+69+116=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #334574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334574 is #CCBA8B. Grayscale: #444444. Windows color (decimal): -13417100 or 7619891. OLE color: 7619891.
HSL color Cylindrical-coordinate representation of color #334574: hue angle of 223.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334574 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 69 | 116 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.55 |
| HSL | 223.38º | 0.39% | 0.33% | - |
| HSV(B) | 223.38º | 0.56% | 0.45% | - |
| XYZ | 6.65 | 6.22 | 17.37 | - |
| YUV | 68.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 116 | 0.56 | 0.41 | 0 | 0.55 | 223.38 | 0.39 | 0.33 |
| Hex | 33 | 45 | 74 | 38 | 29 | 0 | 37 | DF | 27 | 21 |
| Octal | 63 | 105 | 164 | 70 | 51 | 0 | 67 | 337 | 47 | 41 |
| Binary | 110011 | 1000101 | 1110100 | 111000 | 101001 | 0 | 110111 | 11011111 | 100111 | 100001 |
Color Harmonies of #334574
Complementary color
Monochromatic Colors of #334574
Black with #334574
Text Example
Text Example
White with #334574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334574; }
p { color: rgb(51,69,116); }
H1.HeaderClassName
{
color: #334574;
}
.AnyTagClassName
{
color: #334574;
}
</style>
background-color css
<style>
a { background-color: #334574; }
a { background-color: rgb(51,69,116); }
div.DivClassName
{
background-color: #334574;
}
.BgClassName
{
background-color: #334574;
}
</style>
border-color css
<style>
span { border-color: #334574; }
span { border-color: rgb(51,69,116); }
td.TdClassName
{
border-color: #334574;
}
.TagClassName
{
border-color: #334574;
}
</style>