Shades of Resolution Blue #34466F
Tints of Resolution Blue #34466F
RGB
CMYK
RGB Variations
Color information
#34466F (or 0x34466F) is known color: Resolution Blue. HEX triplet: 34, 46 and 6F. RGB value is (52,70,111). Sum of RGB (Red+Green+Blue) = 52+70+111=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #34466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34466F is #CBB990. Grayscale: #454545. Windows color (decimal): -13351313 or 7292468. OLE color: 7292468.
HSL color Cylindrical-coordinate representation of color #34466F: hue angle of 221.69º 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 #34466F is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 70 | 111 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.56 |
| HSL | 221.69º | 0.36% | 0.32% | - |
| HSV(B) | 221.69º | 0.53% | 0.44% | - |
| XYZ | 6.48 | 6.26 | 15.91 | - |
| YUV | 69.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 111 | 0.53 | 0.37 | 0 | 0.56 | 221.69 | 0.36 | 0.32 |
| Hex | 34 | 46 | 6F | 35 | 25 | 0 | 38 | DE | 24 | 20 |
| Octal | 64 | 106 | 157 | 65 | 45 | 0 | 70 | 336 | 44 | 40 |
| Binary | 110100 | 1000110 | 1101111 | 110101 | 100101 | 0 | 111000 | 11011110 | 100100 | 100000 |
Color Harmonies of #34466F
Complementary color
Monochromatic Colors of #34466F
Black with #34466F
Text Example
Text Example
White with #34466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34466F; }
p { color: rgb(52,70,111); }
H1.HeaderClassName
{
color: #34466F;
}
.AnyTagClassName
{
color: #34466F;
}
</style>
background-color css
<style>
a { background-color: #34466F; }
a { background-color: rgb(52,70,111); }
div.DivClassName
{
background-color: #34466F;
}
.BgClassName
{
background-color: #34466F;
}
</style>
border-color css
<style>
span { border-color: #34466F; }
span { border-color: rgb(52,70,111); }
td.TdClassName
{
border-color: #34466F;
}
.TagClassName
{
border-color: #34466F;
}
</style>