Shades of Resolution Blue #354270
Tints of Resolution Blue #354270
RGB
CMYK
RGB Variations
Color information
#354270 (or 0x354270) is known color: Resolution Blue. HEX triplet: 35, 42 and 70. RGB value is (53,66,112). Sum of RGB (Red+Green+Blue) = 53+66+112=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #354270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354270 is #CABD8F. Grayscale: #434343. Windows color (decimal): -13286800 or 7356981. OLE color: 7356981.
HSL color Cylindrical-coordinate representation of color #354270: hue angle of 226.78º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354270 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 66 | 112 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.56 |
| HSL | 226.78º | 0.36% | 0.32% | - |
| HSV(B) | 226.78º | 0.53% | 0.44% | - |
| XYZ | 6.34 | 5.82 | 16.12 | - |
| YUV | 67.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 112 | 0.53 | 0.41 | 0 | 0.56 | 226.78 | 0.36 | 0.32 |
| Hex | 35 | 42 | 70 | 35 | 29 | 0 | 38 | E3 | 24 | 20 |
| Octal | 65 | 102 | 160 | 65 | 51 | 0 | 70 | 343 | 44 | 40 |
| Binary | 110101 | 1000010 | 1110000 | 110101 | 101001 | 0 | 111000 | 11100011 | 100100 | 100000 |
Color Harmonies of #354270
Complementary color
Monochromatic Colors of #354270
Black with #354270
Text Example
Text Example
White with #354270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354270; }
p { color: rgb(53,66,112); }
H1.HeaderClassName
{
color: #354270;
}
.AnyTagClassName
{
color: #354270;
}
</style>
background-color css
<style>
a { background-color: #354270; }
a { background-color: rgb(53,66,112); }
div.DivClassName
{
background-color: #354270;
}
.BgClassName
{
background-color: #354270;
}
</style>
border-color css
<style>
span { border-color: #354270; }
span { border-color: rgb(53,66,112); }
td.TdClassName
{
border-color: #354270;
}
.TagClassName
{
border-color: #354270;
}
</style>