Shades of Resolution Blue #334472
Tints of Resolution Blue #334472
RGB
CMYK
RGB Variations
Color information
#334472 (or 0x334472) is known color: Resolution Blue. HEX triplet: 33, 44 and 72. RGB value is (51,68,114). Sum of RGB (Red+Green+Blue) = 51+68+114=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #334472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334472 is #CCBB8D. Grayscale: #434343. Windows color (decimal): -13417358 or 7488563. OLE color: 7488563.
HSL color Cylindrical-coordinate representation of color #334472: hue angle of 223.81º 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 #334472 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 68 | 114 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.55 |
| HSL | 223.81º | 0.38% | 0.32% | - |
| HSV(B) | 223.81º | 0.55% | 0.45% | - |
| XYZ | 6.47 | 6.05 | 16.75 | - |
| YUV | 68.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 114 | 0.55 | 0.40 | 0 | 0.55 | 223.81 | 0.38 | 0.32 |
| Hex | 33 | 44 | 72 | 37 | 28 | 0 | 37 | E0 | 26 | 20 |
| Octal | 63 | 104 | 162 | 67 | 50 | 0 | 67 | 340 | 46 | 40 |
| Binary | 110011 | 1000100 | 1110010 | 110111 | 101000 | 0 | 110111 | 11100000 | 100110 | 100000 |
Color Harmonies of #334472
Complementary color
Monochromatic Colors of #334472
Black with #334472
Text Example
Text Example
White with #334472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334472; }
p { color: rgb(51,68,114); }
H1.HeaderClassName
{
color: #334472;
}
.AnyTagClassName
{
color: #334472;
}
</style>
background-color css
<style>
a { background-color: #334472; }
a { background-color: rgb(51,68,114); }
div.DivClassName
{
background-color: #334472;
}
.BgClassName
{
background-color: #334472;
}
</style>
border-color css
<style>
span { border-color: #334472; }
span { border-color: rgb(51,68,114); }
td.TdClassName
{
border-color: #334472;
}
.TagClassName
{
border-color: #334472;
}
</style>