Shades of Resolution Blue #354277
Tints of Resolution Blue #354277
RGB
CMYK
RGB Variations
Color information
#354277 (or 0x354277) is known color: Resolution Blue. HEX triplet: 35, 42 and 77. RGB value is (53,66,119). Sum of RGB (Red+Green+Blue) = 53+66+119=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #354277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354277 is #CABD88. Grayscale: #434343. Windows color (decimal): -13286793 or 7815733. OLE color: 7815733.
HSL color Cylindrical-coordinate representation of color #354277: hue angle of 228.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354277 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 66 | 119 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.53 |
| HSL | 228.18º | 0.38% | 0.34% | - |
| HSV(B) | 228.18º | 0.55% | 0.47% | - |
| XYZ | 6.75 | 5.99 | 18.25 | - |
| YUV | 68.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 119 | 0.55 | 0.45 | 0 | 0.53 | 228.18 | 0.38 | 0.34 |
| Hex | 35 | 42 | 77 | 37 | 2D | 0 | 35 | E4 | 26 | 22 |
| Octal | 65 | 102 | 167 | 67 | 55 | 0 | 65 | 344 | 46 | 42 |
| Binary | 110101 | 1000010 | 1110111 | 110111 | 101101 | 0 | 110101 | 11100100 | 100110 | 100010 |
Color Harmonies of #354277
Complementary color
Monochromatic Colors of #354277
Black with #354277
Text Example
Text Example
White with #354277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354277; }
p { color: rgb(53,66,119); }
H1.HeaderClassName
{
color: #354277;
}
.AnyTagClassName
{
color: #354277;
}
</style>
background-color css
<style>
a { background-color: #354277; }
a { background-color: rgb(53,66,119); }
div.DivClassName
{
background-color: #354277;
}
.BgClassName
{
background-color: #354277;
}
</style>
border-color css
<style>
span { border-color: #354277; }
span { border-color: rgb(53,66,119); }
td.TdClassName
{
border-color: #354277;
}
.TagClassName
{
border-color: #354277;
}
</style>