Shades of Resolution Blue #34466E
Tints of Resolution Blue #34466E
RGB
CMYK
RGB Variations
Color information
#34466E (or 0x34466E) is known color: Resolution Blue. HEX triplet: 34, 46 and 6E. RGB value is (52,70,110). Sum of RGB (Red+Green+Blue) = 52+70+110=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #34466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34466E is #CBB991. Grayscale: #454545. Windows color (decimal): -13351314 or 7226932. OLE color: 7226932.
HSL color Cylindrical-coordinate representation of color #34466E: hue angle of 221.38º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34466E is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 70 | 110 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.57 |
| HSL | 221.38º | 0.36% | 0.32% | - |
| HSV(B) | 221.38º | 0.53% | 0.43% | - |
| XYZ | 6.42 | 6.24 | 15.62 | - |
| YUV | 69.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 110 | 0.53 | 0.36 | 0 | 0.57 | 221.38 | 0.36 | 0.32 |
| Hex | 34 | 46 | 6E | 35 | 24 | 0 | 39 | DD | 24 | 20 |
| Octal | 64 | 106 | 156 | 65 | 44 | 0 | 71 | 335 | 44 | 40 |
| Binary | 110100 | 1000110 | 1101110 | 110101 | 100100 | 0 | 111001 | 11011101 | 100100 | 100000 |
Color Harmonies of #34466E
Complementary color
Monochromatic Colors of #34466E
Black with #34466E
Text Example
Text Example
White with #34466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34466E; }
p { color: rgb(52,70,110); }
H1.HeaderClassName
{
color: #34466E;
}
.AnyTagClassName
{
color: #34466E;
}
</style>
background-color css
<style>
a { background-color: #34466E; }
a { background-color: rgb(52,70,110); }
div.DivClassName
{
background-color: #34466E;
}
.BgClassName
{
background-color: #34466E;
}
</style>
border-color css
<style>
span { border-color: #34466E; }
span { border-color: rgb(52,70,110); }
td.TdClassName
{
border-color: #34466E;
}
.TagClassName
{
border-color: #34466E;
}
</style>