Shades of Resolution Blue #344074
Tints of Resolution Blue #344074
RGB
CMYK
RGB Variations
Color information
#344074 (or 0x344074) is known color: Resolution Blue. HEX triplet: 34, 40 and 74. RGB value is (52,64,116). Sum of RGB (Red+Green+Blue) = 52+64+116=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #344074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344074 is #CBBF8B. Grayscale: #424242. Windows color (decimal): -13352844 or 7618612. OLE color: 7618612.
HSL color Cylindrical-coordinate representation of color #344074: hue angle of 228.75º 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 #344074 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 64 | 116 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.55 |
| HSL | 228.75º | 0.38% | 0.33% | - |
| HSV(B) | 228.75º | 0.55% | 0.45% | - |
| XYZ | 6.4 | 5.66 | 17.28 | - |
| YUV | 66.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 116 | 0.55 | 0.45 | 0 | 0.55 | 228.75 | 0.38 | 0.33 |
| Hex | 34 | 40 | 74 | 37 | 2D | 0 | 37 | E5 | 26 | 21 |
| Octal | 64 | 100 | 164 | 67 | 55 | 0 | 67 | 345 | 46 | 41 |
| Binary | 110100 | 1000000 | 1110100 | 110111 | 101101 | 0 | 110111 | 11100101 | 100110 | 100001 |
Color Harmonies of #344074
Complementary color
Monochromatic Colors of #344074
Black with #344074
Text Example
Text Example
White with #344074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344074; }
p { color: rgb(52,64,116); }
H1.HeaderClassName
{
color: #344074;
}
.AnyTagClassName
{
color: #344074;
}
</style>
background-color css
<style>
a { background-color: #344074; }
a { background-color: rgb(52,64,116); }
div.DivClassName
{
background-color: #344074;
}
.BgClassName
{
background-color: #344074;
}
</style>
border-color css
<style>
span { border-color: #344074; }
span { border-color: rgb(52,64,116); }
td.TdClassName
{
border-color: #344074;
}
.TagClassName
{
border-color: #344074;
}
</style>