Shades of Resolution Blue #354371
Tints of Resolution Blue #354371
RGB
CMYK
RGB Variations
Color information
#354371 (or 0x354371) is known color: Resolution Blue. HEX triplet: 35, 43 and 71. RGB value is (53,67,113). Sum of RGB (Red+Green+Blue) = 53+67+113=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #354371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354371 is #CABC8E. Grayscale: #434343. Windows color (decimal): -13286543 or 7422773. OLE color: 7422773.
HSL color Cylindrical-coordinate representation of color #354371: hue angle of 226º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354371 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 67 | 113 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.56 |
| HSL | 226º | 0.36% | 0.33% | - |
| HSV(B) | 226º | 0.53% | 0.44% | - |
| XYZ | 6.46 | 5.96 | 16.43 | - |
| YUV | 68.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 113 | 0.53 | 0.41 | 0 | 0.56 | 226 | 0.36 | 0.33 |
| Hex | 35 | 43 | 71 | 35 | 29 | 0 | 38 | E2 | 24 | 21 |
| Octal | 65 | 103 | 161 | 65 | 51 | 0 | 70 | 342 | 44 | 41 |
| Binary | 110101 | 1000011 | 1110001 | 110101 | 101001 | 0 | 111000 | 11100010 | 100100 | 100001 |
Color Harmonies of #354371
Complementary color
Monochromatic Colors of #354371
Black with #354371
Text Example
Text Example
White with #354371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354371; }
p { color: rgb(53,67,113); }
H1.HeaderClassName
{
color: #354371;
}
.AnyTagClassName
{
color: #354371;
}
</style>
background-color css
<style>
a { background-color: #354371; }
a { background-color: rgb(53,67,113); }
div.DivClassName
{
background-color: #354371;
}
.BgClassName
{
background-color: #354371;
}
</style>
border-color css
<style>
span { border-color: #354371; }
span { border-color: rgb(53,67,113); }
td.TdClassName
{
border-color: #354371;
}
.TagClassName
{
border-color: #354371;
}
</style>