Shades of Resolution Blue #354173
Tints of Resolution Blue #354173
RGB
CMYK
RGB Variations
Color information
#354173 (or 0x354173) is known color: Resolution Blue. HEX triplet: 35, 41 and 73. RGB value is (53,65,115). Sum of RGB (Red+Green+Blue) = 53+65+115=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #354173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354173 is #CABE8C. Grayscale: #424242. Windows color (decimal): -13287053 or 7553333. OLE color: 7553333.
HSL color Cylindrical-coordinate representation of color #354173: hue angle of 228.39º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354173 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 65 | 115 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.55 |
| HSL | 228.39º | 0.37% | 0.33% | - |
| HSV(B) | 228.39º | 0.54% | 0.45% | - |
| XYZ | 6.45 | 5.78 | 16.99 | - |
| YUV | 67.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 115 | 0.54 | 0.43 | 0 | 0.55 | 228.39 | 0.37 | 0.33 |
| Hex | 35 | 41 | 73 | 36 | 2B | 0 | 37 | E4 | 25 | 21 |
| Octal | 65 | 101 | 163 | 66 | 53 | 0 | 67 | 344 | 45 | 41 |
| Binary | 110101 | 1000001 | 1110011 | 110110 | 101011 | 0 | 110111 | 11100100 | 100101 | 100001 |
Color Harmonies of #354173
Complementary color
Monochromatic Colors of #354173
Black with #354173
Text Example
Text Example
White with #354173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354173; }
p { color: rgb(53,65,115); }
H1.HeaderClassName
{
color: #354173;
}
.AnyTagClassName
{
color: #354173;
}
</style>
background-color css
<style>
a { background-color: #354173; }
a { background-color: rgb(53,65,115); }
div.DivClassName
{
background-color: #354173;
}
.BgClassName
{
background-color: #354173;
}
</style>
border-color css
<style>
span { border-color: #354173; }
span { border-color: rgb(53,65,115); }
td.TdClassName
{
border-color: #354173;
}
.TagClassName
{
border-color: #354173;
}
</style>