Shades of Resolution Blue #34447B
Tints of Resolution Blue #34447B
RGB
CMYK
RGB Variations
Color information
#34447B (or 0x34447B) is known color: Resolution Blue. HEX triplet: 34, 44 and 7B. RGB value is (52,68,123). Sum of RGB (Red+Green+Blue) = 52+68+123=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #34447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34447B is #CBBB84. Grayscale: #454545. Windows color (decimal): -13351813 or 8078388. OLE color: 8078388.
HSL color Cylindrical-coordinate representation of color #34447B: hue angle of 226.48º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34447B is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 68 | 123 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.52 |
| HSL | 226.48º | 0.41% | 0.34% | - |
| HSV(B) | 226.48º | 0.58% | 0.48% | - |
| XYZ | 7.06 | 6.29 | 19.58 | - |
| YUV | 69.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 123 | 0.58 | 0.45 | 0 | 0.52 | 226.48 | 0.41 | 0.34 |
| Hex | 34 | 44 | 7B | 3A | 2D | 0 | 34 | E2 | 29 | 22 |
| Octal | 64 | 104 | 173 | 72 | 55 | 0 | 64 | 342 | 51 | 42 |
| Binary | 110100 | 1000100 | 1111011 | 111010 | 101101 | 0 | 110100 | 11100010 | 101001 | 100010 |
Color Harmonies of #34447B
Complementary color
Monochromatic Colors of #34447B
Black with #34447B
Text Example
Text Example
White with #34447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34447B; }
p { color: rgb(52,68,123); }
H1.HeaderClassName
{
color: #34447B;
}
.AnyTagClassName
{
color: #34447B;
}
</style>
background-color css
<style>
a { background-color: #34447B; }
a { background-color: rgb(52,68,123); }
div.DivClassName
{
background-color: #34447B;
}
.BgClassName
{
background-color: #34447B;
}
</style>
border-color css
<style>
span { border-color: #34447B; }
span { border-color: rgb(52,68,123); }
td.TdClassName
{
border-color: #34447B;
}
.TagClassName
{
border-color: #34447B;
}
</style>