Shades of Resolution Blue #354380
Tints of Resolution Blue #354380
RGB
CMYK
RGB Variations
Color information
#354380 (or 0x354380) is known color: Resolution Blue. HEX triplet: 35, 43 and 80. RGB value is (53,67,128). Sum of RGB (Red+Green+Blue) = 53+67+128=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #354380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354380 is #CABC7F. Grayscale: #454545. Windows color (decimal): -13286528 or 8405813. OLE color: 8405813.
HSL color Cylindrical-coordinate representation of color #354380: hue angle of 228.8º 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 #354380 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 67 | 128 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.50 |
| HSL | 228.8º | 0.41% | 0.35% | - |
| HSV(B) | 228.8º | 0.59% | 0.5% | - |
| XYZ | 7.37 | 6.33 | 21.26 | - |
| YUV | 69.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 128 | 0.59 | 0.48 | 0 | 0.50 | 228.8 | 0.41 | 0.35 |
| Hex | 35 | 43 | 80 | 3B | 30 | 0 | 32 | E5 | 29 | 23 |
| Octal | 65 | 103 | 200 | 73 | 60 | 0 | 62 | 345 | 51 | 43 |
| Binary | 110101 | 1000011 | 10000000 | 111011 | 110000 | 0 | 110010 | 11100101 | 101001 | 100011 |
Color Harmonies of #354380
Complementary color
Monochromatic Colors of #354380
Black with #354380
Text Example
Text Example
White with #354380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354380; }
p { color: rgb(53,67,128); }
H1.HeaderClassName
{
color: #354380;
}
.AnyTagClassName
{
color: #354380;
}
</style>
background-color css
<style>
a { background-color: #354380; }
a { background-color: rgb(53,67,128); }
div.DivClassName
{
background-color: #354380;
}
.BgClassName
{
background-color: #354380;
}
</style>
border-color css
<style>
span { border-color: #354380; }
span { border-color: rgb(53,67,128); }
td.TdClassName
{
border-color: #354380;
}
.TagClassName
{
border-color: #354380;
}
</style>