Shades of Resolution Blue #344574
Tints of Resolution Blue #344574
RGB
CMYK
RGB Variations
Color information
#344574 (or 0x344574) is known color: Resolution Blue. HEX triplet: 34, 45 and 74. RGB value is (52,69,116). Sum of RGB (Red+Green+Blue) = 52+69+116=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #344574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344574 is #CBBA8B. Grayscale: #454545. Windows color (decimal): -13351564 or 7619892. OLE color: 7619892.
HSL color Cylindrical-coordinate representation of color #344574: hue angle of 224.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344574 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 69 | 116 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.55 |
| HSL | 224.06º | 0.38% | 0.33% | - |
| HSV(B) | 224.06º | 0.55% | 0.45% | - |
| XYZ | 6.7 | 6.25 | 17.38 | - |
| YUV | 69.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 116 | 0.55 | 0.41 | 0 | 0.55 | 224.06 | 0.38 | 0.33 |
| Hex | 34 | 45 | 74 | 37 | 29 | 0 | 37 | E0 | 26 | 21 |
| Octal | 64 | 105 | 164 | 67 | 51 | 0 | 67 | 340 | 46 | 41 |
| Binary | 110100 | 1000101 | 1110100 | 110111 | 101001 | 0 | 110111 | 11100000 | 100110 | 100001 |
Color Harmonies of #344574
Complementary color
Monochromatic Colors of #344574
Black with #344574
Text Example
Text Example
White with #344574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344574; }
p { color: rgb(52,69,116); }
H1.HeaderClassName
{
color: #344574;
}
.AnyTagClassName
{
color: #344574;
}
</style>
background-color css
<style>
a { background-color: #344574; }
a { background-color: rgb(52,69,116); }
div.DivClassName
{
background-color: #344574;
}
.BgClassName
{
background-color: #344574;
}
</style>
border-color css
<style>
span { border-color: #344574; }
span { border-color: rgb(52,69,116); }
td.TdClassName
{
border-color: #344574;
}
.TagClassName
{
border-color: #344574;
}
</style>