Shades of Resolution Blue #344175
Tints of Resolution Blue #344175
RGB
CMYK
RGB Variations
Color information
#344175 (or 0x344175) is known color: Resolution Blue. HEX triplet: 34, 41 and 75. RGB value is (52,65,117). Sum of RGB (Red+Green+Blue) = 52+65+117=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #344175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344175 is #CBBE8A. Grayscale: #424242. Windows color (decimal): -13352587 or 7684404. OLE color: 7684404.
HSL color Cylindrical-coordinate representation of color #344175: hue angle of 228º degrees, saturation: 0.38, 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 #344175 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 65 | 117 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.54 |
| HSL | 228º | 0.38% | 0.33% | - |
| HSV(B) | 228º | 0.56% | 0.46% | - |
| XYZ | 6.52 | 5.8 | 17.6 | - |
| YUV | 67.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 117 | 0.56 | 0.44 | 0 | 0.54 | 228 | 0.38 | 0.33 |
| Hex | 34 | 41 | 75 | 38 | 2C | 0 | 36 | E4 | 26 | 21 |
| Octal | 64 | 101 | 165 | 70 | 54 | 0 | 66 | 344 | 46 | 41 |
| Binary | 110100 | 1000001 | 1110101 | 111000 | 101100 | 0 | 110110 | 11100100 | 100110 | 100001 |
Color Harmonies of #344175
Complementary color
Monochromatic Colors of #344175
Black with #344175
Text Example
Text Example
White with #344175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344175; }
p { color: rgb(52,65,117); }
H1.HeaderClassName
{
color: #344175;
}
.AnyTagClassName
{
color: #344175;
}
</style>
background-color css
<style>
a { background-color: #344175; }
a { background-color: rgb(52,65,117); }
div.DivClassName
{
background-color: #344175;
}
.BgClassName
{
background-color: #344175;
}
</style>
border-color css
<style>
span { border-color: #344175; }
span { border-color: rgb(52,65,117); }
td.TdClassName
{
border-color: #344175;
}
.TagClassName
{
border-color: #344175;
}
</style>