Shades of Resolution Blue #354172
Tints of Resolution Blue #354172
RGB
CMYK
RGB Variations
Color information
#354172 (or 0x354172) is known color: Resolution Blue. HEX triplet: 35, 41 and 72. RGB value is (53,65,114). Sum of RGB (Red+Green+Blue) = 53+65+114=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #354172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354172 is #CABE8D. Grayscale: #424242. Windows color (decimal): -13287054 or 7487797. OLE color: 7487797.
HSL color Cylindrical-coordinate representation of color #354172: hue angle of 228.2º 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 #354172 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 65 | 114 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.55 |
| HSL | 228.2º | 0.37% | 0.33% | - |
| HSV(B) | 228.2º | 0.54% | 0.45% | - |
| XYZ | 6.4 | 5.75 | 16.69 | - |
| YUV | 67 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 114 | 0.54 | 0.43 | 0 | 0.55 | 228.2 | 0.37 | 0.33 |
| Hex | 35 | 41 | 72 | 36 | 2B | 0 | 37 | E4 | 25 | 21 |
| Octal | 65 | 101 | 162 | 66 | 53 | 0 | 67 | 344 | 45 | 41 |
| Binary | 110101 | 1000001 | 1110010 | 110110 | 101011 | 0 | 110111 | 11100100 | 100101 | 100001 |
Color Harmonies of #354172
Complementary color
Monochromatic Colors of #354172
Black with #354172
Text Example
Text Example
White with #354172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354172; }
p { color: rgb(53,65,114); }
H1.HeaderClassName
{
color: #354172;
}
.AnyTagClassName
{
color: #354172;
}
</style>
background-color css
<style>
a { background-color: #354172; }
a { background-color: rgb(53,65,114); }
div.DivClassName
{
background-color: #354172;
}
.BgClassName
{
background-color: #354172;
}
</style>
border-color css
<style>
span { border-color: #354172; }
span { border-color: rgb(53,65,114); }
td.TdClassName
{
border-color: #354172;
}
.TagClassName
{
border-color: #354172;
}
</style>