Shades of Resolution Blue #34437B
Tints of Resolution Blue #34437B
RGB
CMYK
RGB Variations
Color information
#34437B (or 0x34437B) is known color: Resolution Blue. HEX triplet: 34, 43 and 7B. RGB value is (52,67,123). Sum of RGB (Red+Green+Blue) = 52+67+123=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #34437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34437B is #CBBC84. Grayscale: #444444. Windows color (decimal): -13352069 or 8078132. OLE color: 8078132.
HSL color Cylindrical-coordinate representation of color #34437B: hue angle of 227.32º 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 #34437B is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 67 | 123 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.52 |
| HSL | 227.32º | 0.41% | 0.34% | - |
| HSV(B) | 227.32º | 0.58% | 0.48% | - |
| XYZ | 7 | 6.17 | 19.56 | - |
| YUV | 68.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 123 | 0.58 | 0.46 | 0 | 0.52 | 227.32 | 0.41 | 0.34 |
| Hex | 34 | 43 | 7B | 3A | 2E | 0 | 34 | E3 | 29 | 22 |
| Octal | 64 | 103 | 173 | 72 | 56 | 0 | 64 | 343 | 51 | 42 |
| Binary | 110100 | 1000011 | 1111011 | 111010 | 101110 | 0 | 110100 | 11100011 | 101001 | 100010 |
Color Harmonies of #34437B
Complementary color
Monochromatic Colors of #34437B
Black with #34437B
Text Example
Text Example
White with #34437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34437B; }
p { color: rgb(52,67,123); }
H1.HeaderClassName
{
color: #34437B;
}
.AnyTagClassName
{
color: #34437B;
}
</style>
background-color css
<style>
a { background-color: #34437B; }
a { background-color: rgb(52,67,123); }
div.DivClassName
{
background-color: #34437B;
}
.BgClassName
{
background-color: #34437B;
}
</style>
border-color css
<style>
span { border-color: #34437B; }
span { border-color: rgb(52,67,123); }
td.TdClassName
{
border-color: #34437B;
}
.TagClassName
{
border-color: #34437B;
}
</style>