Shades of Resolution Blue #354282
Tints of Resolution Blue #354282
RGB
CMYK
RGB Variations
Color information
#354282 (or 0x354282) is known color: Resolution Blue. HEX triplet: 35, 42 and 82. RGB value is (53,66,130). Sum of RGB (Red+Green+Blue) = 53+66+130=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #354282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354282 is #CABD7D. Grayscale: #454545. Windows color (decimal): -13286782 or 8536629. OLE color: 8536629.
HSL color Cylindrical-coordinate representation of color #354282: hue angle of 229.87º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354282 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 66 | 130 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.49 |
| HSL | 229.87º | 0.42% | 0.36% | - |
| HSV(B) | 229.87º | 0.59% | 0.51% | - |
| XYZ | 7.45 | 6.27 | 21.94 | - |
| YUV | 69.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 130 | 0.59 | 0.49 | 0 | 0.49 | 229.87 | 0.42 | 0.36 |
| Hex | 35 | 42 | 82 | 3B | 31 | 0 | 31 | E6 | 2A | 24 |
| Octal | 65 | 102 | 202 | 73 | 61 | 0 | 61 | 346 | 52 | 44 |
| Binary | 110101 | 1000010 | 10000010 | 111011 | 110001 | 0 | 110001 | 11100110 | 101010 | 100100 |
Color Harmonies of #354282
Complementary color
Monochromatic Colors of #354282
Black with #354282
Text Example
Text Example
White with #354282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354282; }
p { color: rgb(53,66,130); }
H1.HeaderClassName
{
color: #354282;
}
.AnyTagClassName
{
color: #354282;
}
</style>
background-color css
<style>
a { background-color: #354282; }
a { background-color: rgb(53,66,130); }
div.DivClassName
{
background-color: #354282;
}
.BgClassName
{
background-color: #354282;
}
</style>
border-color css
<style>
span { border-color: #354282; }
span { border-color: rgb(53,66,130); }
td.TdClassName
{
border-color: #354282;
}
.TagClassName
{
border-color: #354282;
}
</style>