Shades of Resolution Blue #354470
Tints of Resolution Blue #354470
RGB
CMYK
RGB Variations
Color information
#354470 (or 0x354470) is known color: Resolution Blue. HEX triplet: 35, 44 and 70. RGB value is (53,68,112). Sum of RGB (Red+Green+Blue) = 53+68+112=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #354470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354470 is #CABB8F. Grayscale: #444444. Windows color (decimal): -13286288 or 7357493. OLE color: 7357493.
HSL color Cylindrical-coordinate representation of color #354470: hue angle of 224.75º 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 #354470 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 68 | 112 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.56 |
| HSL | 224.75º | 0.36% | 0.32% | - |
| HSV(B) | 224.75º | 0.53% | 0.44% | - |
| XYZ | 6.46 | 6.06 | 16.16 | - |
| YUV | 68.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 112 | 0.53 | 0.39 | 0 | 0.56 | 224.75 | 0.36 | 0.32 |
| Hex | 35 | 44 | 70 | 35 | 27 | 0 | 38 | E1 | 24 | 20 |
| Octal | 65 | 104 | 160 | 65 | 47 | 0 | 70 | 341 | 44 | 40 |
| Binary | 110101 | 1000100 | 1110000 | 110101 | 100111 | 0 | 111000 | 11100001 | 100100 | 100000 |
Color Harmonies of #354470
Complementary color
Monochromatic Colors of #354470
Black with #354470
Text Example
Text Example
White with #354470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354470; }
p { color: rgb(53,68,112); }
H1.HeaderClassName
{
color: #354470;
}
.AnyTagClassName
{
color: #354470;
}
</style>
background-color css
<style>
a { background-color: #354470; }
a { background-color: rgb(53,68,112); }
div.DivClassName
{
background-color: #354470;
}
.BgClassName
{
background-color: #354470;
}
</style>
border-color css
<style>
span { border-color: #354470; }
span { border-color: rgb(53,68,112); }
td.TdClassName
{
border-color: #354470;
}
.TagClassName
{
border-color: #354470;
}
</style>