Shades of Resolution Blue #334573
Tints of Resolution Blue #334573
RGB
CMYK
RGB Variations
Color information
#334573 (or 0x334573) is known color: Resolution Blue. HEX triplet: 33, 45 and 73. RGB value is (51,69,115). Sum of RGB (Red+Green+Blue) = 51+69+115=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #334573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334573 is #CCBA8C. Grayscale: #444444. Windows color (decimal): -13417101 or 7554355. OLE color: 7554355.
HSL color Cylindrical-coordinate representation of color #334573: hue angle of 223.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334573 is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 69 | 115 | - |
| CMYK | 0.56 | 0.4 | 0 | 0.55 |
| HSL | 223.13º | 0.39% | 0.33% | - |
| HSV(B) | 223.13º | 0.56% | 0.45% | - |
| XYZ | 6.59 | 6.2 | 17.07 | - |
| YUV | 68.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 115 | 0.56 | 0.4 | 0 | 0.55 | 223.13 | 0.39 | 0.33 |
| Hex | 33 | 45 | 73 | 38 | 28 | 0 | 37 | DF | 27 | 21 |
| Octal | 63 | 105 | 163 | 70 | 50 | 0 | 67 | 337 | 47 | 41 |
| Binary | 110011 | 1000101 | 1110011 | 111000 | 101000 | 0 | 110111 | 11011111 | 100111 | 100001 |
Color Harmonies of #334573
Complementary color
Monochromatic Colors of #334573
Black with #334573
Text Example
Text Example
White with #334573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334573; }
p { color: rgb(51,69,115); }
H1.HeaderClassName
{
color: #334573;
}
.AnyTagClassName
{
color: #334573;
}
</style>
background-color css
<style>
a { background-color: #334573; }
a { background-color: rgb(51,69,115); }
div.DivClassName
{
background-color: #334573;
}
.BgClassName
{
background-color: #334573;
}
</style>
border-color css
<style>
span { border-color: #334573; }
span { border-color: rgb(51,69,115); }
td.TdClassName
{
border-color: #334573;
}
.TagClassName
{
border-color: #334573;
}
</style>