Shades of Resolution Blue #35447C
Tints of Resolution Blue #35447C
RGB
CMYK
RGB Variations
Color information
#35447C (or 0x35447C) is known color: Resolution Blue. HEX triplet: 35, 44 and 7C. RGB value is (53,68,124). Sum of RGB (Red+Green+Blue) = 53+68+124=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #35447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35447C is #CABB83. Grayscale: #454545. Windows color (decimal): -13286276 or 8143925. OLE color: 8143925.
HSL color Cylindrical-coordinate representation of color #35447C: hue angle of 227.32º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35447C is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 68 | 124 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.51 |
| HSL | 227.32º | 0.4% | 0.35% | - |
| HSV(B) | 227.32º | 0.57% | 0.49% | - |
| XYZ | 7.17 | 6.35 | 19.92 | - |
| YUV | 69.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 124 | 0.57 | 0.45 | 0 | 0.51 | 227.32 | 0.4 | 0.35 |
| Hex | 35 | 44 | 7C | 39 | 2D | 0 | 33 | E3 | 28 | 23 |
| Octal | 65 | 104 | 174 | 71 | 55 | 0 | 63 | 343 | 50 | 43 |
| Binary | 110101 | 1000100 | 1111100 | 111001 | 101101 | 0 | 110011 | 11100011 | 101000 | 100011 |
Color Harmonies of #35447C
Complementary color
Monochromatic Colors of #35447C
Black with #35447C
Text Example
Text Example
White with #35447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35447C; }
p { color: rgb(53,68,124); }
H1.HeaderClassName
{
color: #35447C;
}
.AnyTagClassName
{
color: #35447C;
}
</style>
background-color css
<style>
a { background-color: #35447C; }
a { background-color: rgb(53,68,124); }
div.DivClassName
{
background-color: #35447C;
}
.BgClassName
{
background-color: #35447C;
}
</style>
border-color css
<style>
span { border-color: #35447C; }
span { border-color: rgb(53,68,124); }
td.TdClassName
{
border-color: #35447C;
}
.TagClassName
{
border-color: #35447C;
}
</style>