Shades of Resolution Blue #354580
Tints of Resolution Blue #354580
RGB
CMYK
RGB Variations
Color information
#354580 (or 0x354580) is known color: Resolution Blue. HEX triplet: 35, 45 and 80. RGB value is (53,69,128). Sum of RGB (Red+Green+Blue) = 53+69+128=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #354580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354580 is #CABA7F. Grayscale: #464646. Windows color (decimal): -13286016 or 8406325. OLE color: 8406325.
HSL color Cylindrical-coordinate representation of color #354580: hue angle of 227.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354580 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 69 | 128 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.50 |
| HSL | 227.2º | 0.41% | 0.35% | - |
| HSV(B) | 227.2º | 0.59% | 0.5% | - |
| XYZ | 7.49 | 6.57 | 21.3 | - |
| YUV | 70.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 128 | 0.59 | 0.46 | 0 | 0.50 | 227.2 | 0.41 | 0.35 |
| Hex | 35 | 45 | 80 | 3B | 2E | 0 | 32 | E3 | 29 | 23 |
| Octal | 65 | 105 | 200 | 73 | 56 | 0 | 62 | 343 | 51 | 43 |
| Binary | 110101 | 1000101 | 10000000 | 111011 | 101110 | 0 | 110010 | 11100011 | 101001 | 100011 |
Color Harmonies of #354580
Complementary color
Monochromatic Colors of #354580
Black with #354580
Text Example
Text Example
White with #354580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354580; }
p { color: rgb(53,69,128); }
H1.HeaderClassName
{
color: #354580;
}
.AnyTagClassName
{
color: #354580;
}
</style>
background-color css
<style>
a { background-color: #354580; }
a { background-color: rgb(53,69,128); }
div.DivClassName
{
background-color: #354580;
}
.BgClassName
{
background-color: #354580;
}
</style>
border-color css
<style>
span { border-color: #354580; }
span { border-color: rgb(53,69,128); }
td.TdClassName
{
border-color: #354580;
}
.TagClassName
{
border-color: #354580;
}
</style>