Shades of Resolution Blue #34406F
Tints of Resolution Blue #34406F
RGB
CMYK
RGB Variations
Color information
#34406F (or 0x34406F) is known color: Resolution Blue. HEX triplet: 34, 40 and 6F. RGB value is (52,64,111). Sum of RGB (Red+Green+Blue) = 52+64+111=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #34406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34406F is #CBBF90. Grayscale: #414141. Windows color (decimal): -13352849 or 7290932. OLE color: 7290932.
HSL color Cylindrical-coordinate representation of color #34406F: hue angle of 227.8º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34406F is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 64 | 111 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.56 |
| HSL | 227.8º | 0.36% | 0.32% | - |
| HSV(B) | 227.8º | 0.53% | 0.44% | - |
| XYZ | 6.12 | 5.54 | 15.79 | - |
| YUV | 65.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 111 | 0.53 | 0.42 | 0 | 0.56 | 227.8 | 0.36 | 0.32 |
| Hex | 34 | 40 | 6F | 35 | 2A | 0 | 38 | E4 | 24 | 20 |
| Octal | 64 | 100 | 157 | 65 | 52 | 0 | 70 | 344 | 44 | 40 |
| Binary | 110100 | 1000000 | 1101111 | 110101 | 101010 | 0 | 111000 | 11100100 | 100100 | 100000 |
Color Harmonies of #34406F
Complementary color
Monochromatic Colors of #34406F
Black with #34406F
Text Example
Text Example
White with #34406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34406F; }
p { color: rgb(52,64,111); }
H1.HeaderClassName
{
color: #34406F;
}
.AnyTagClassName
{
color: #34406F;
}
</style>
background-color css
<style>
a { background-color: #34406F; }
a { background-color: rgb(52,64,111); }
div.DivClassName
{
background-color: #34406F;
}
.BgClassName
{
background-color: #34406F;
}
</style>
border-color css
<style>
span { border-color: #34406F; }
span { border-color: rgb(52,64,111); }
td.TdClassName
{
border-color: #34406F;
}
.TagClassName
{
border-color: #34406F;
}
</style>