Shades of Resolution Blue #344576
Tints of Resolution Blue #344576
RGB
CMYK
RGB Variations
Color information
#344576 (or 0x344576) is known color: Resolution Blue. HEX triplet: 34, 45 and 76. RGB value is (52,69,118). Sum of RGB (Red+Green+Blue) = 52+69+118=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #344576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344576 is #CBBA89. Grayscale: #454545. Windows color (decimal): -13351562 or 7750964. OLE color: 7750964.
HSL color Cylindrical-coordinate representation of color #344576: hue angle of 224.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344576 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 69 | 118 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.54 |
| HSL | 224.55º | 0.39% | 0.33% | - |
| HSV(B) | 224.55º | 0.56% | 0.46% | - |
| XYZ | 6.81 | 6.29 | 18 | - |
| YUV | 69.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 118 | 0.56 | 0.42 | 0 | 0.54 | 224.55 | 0.39 | 0.33 |
| Hex | 34 | 45 | 76 | 38 | 2A | 0 | 36 | E1 | 27 | 21 |
| Octal | 64 | 105 | 166 | 70 | 52 | 0 | 66 | 341 | 47 | 41 |
| Binary | 110100 | 1000101 | 1110110 | 111000 | 101010 | 0 | 110110 | 11100001 | 100111 | 100001 |
Color Harmonies of #344576
Complementary color
Monochromatic Colors of #344576
Black with #344576
Text Example
Text Example
White with #344576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344576; }
p { color: rgb(52,69,118); }
H1.HeaderClassName
{
color: #344576;
}
.AnyTagClassName
{
color: #344576;
}
</style>
background-color css
<style>
a { background-color: #344576; }
a { background-color: rgb(52,69,118); }
div.DivClassName
{
background-color: #344576;
}
.BgClassName
{
background-color: #344576;
}
</style>
border-color css
<style>
span { border-color: #344576; }
span { border-color: rgb(52,69,118); }
td.TdClassName
{
border-color: #344576;
}
.TagClassName
{
border-color: #344576;
}
</style>