Shades of Resolution Blue #334972
Tints of Resolution Blue #334972
RGB
CMYK
RGB Variations
Color information
#334972 (or 0x334972) is known color: Resolution Blue. HEX triplet: 33, 49 and 72. RGB value is (51,73,114). Sum of RGB (Red+Green+Blue) = 51+73+114=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #334972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334972 is #CCB68D. Grayscale: #464646. Windows color (decimal): -13416078 or 7489843. OLE color: 7489843.
HSL color Cylindrical-coordinate representation of color #334972: hue angle of 219.05º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334972 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 73 | 114 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.55 |
| HSL | 219.05º | 0.38% | 0.32% | - |
| HSV(B) | 219.05º | 0.55% | 0.45% | - |
| XYZ | 6.79 | 6.68 | 16.85 | - |
| YUV | 71.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 114 | 0.55 | 0.36 | 0 | 0.55 | 219.05 | 0.38 | 0.32 |
| Hex | 33 | 49 | 72 | 37 | 24 | 0 | 37 | DB | 26 | 20 |
| Octal | 63 | 111 | 162 | 67 | 44 | 0 | 67 | 333 | 46 | 40 |
| Binary | 110011 | 1001001 | 1110010 | 110111 | 100100 | 0 | 110111 | 11011011 | 100110 | 100000 |
Color Harmonies of #334972
Complementary color
Monochromatic Colors of #334972
Black with #334972
Text Example
Text Example
White with #334972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334972; }
p { color: rgb(51,73,114); }
H1.HeaderClassName
{
color: #334972;
}
.AnyTagClassName
{
color: #334972;
}
</style>
background-color css
<style>
a { background-color: #334972; }
a { background-color: rgb(51,73,114); }
div.DivClassName
{
background-color: #334972;
}
.BgClassName
{
background-color: #334972;
}
</style>
border-color css
<style>
span { border-color: #334972; }
span { border-color: rgb(51,73,114); }
td.TdClassName
{
border-color: #334972;
}
.TagClassName
{
border-color: #334972;
}
</style>