Shades of Resolution Blue #35466F
Tints of Resolution Blue #35466F
RGB
CMYK
RGB Variations
Color information
#35466F (or 0x35466F) is known color: Resolution Blue. HEX triplet: 35, 46 and 6F. RGB value is (53,70,111). Sum of RGB (Red+Green+Blue) = 53+70+111=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #35466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35466F is #CAB990. Grayscale: #454545. Windows color (decimal): -13285777 or 7292469. OLE color: 7292469.
HSL color Cylindrical-coordinate representation of color #35466F: hue angle of 222.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35466F is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 70 | 111 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.56 |
| HSL | 222.41º | 0.35% | 0.32% | - |
| HSV(B) | 222.41º | 0.52% | 0.44% | - |
| XYZ | 6.53 | 6.28 | 15.91 | - |
| YUV | 69.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 111 | 0.52 | 0.37 | 0 | 0.56 | 222.41 | 0.35 | 0.32 |
| Hex | 35 | 46 | 6F | 34 | 25 | 0 | 38 | DE | 23 | 20 |
| Octal | 65 | 106 | 157 | 64 | 45 | 0 | 70 | 336 | 43 | 40 |
| Binary | 110101 | 1000110 | 1101111 | 110100 | 100101 | 0 | 111000 | 11011110 | 100011 | 100000 |
Color Harmonies of #35466F
Complementary color
Monochromatic Colors of #35466F
Black with #35466F
Text Example
Text Example
White with #35466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35466F; }
p { color: rgb(53,70,111); }
H1.HeaderClassName
{
color: #35466F;
}
.AnyTagClassName
{
color: #35466F;
}
</style>
background-color css
<style>
a { background-color: #35466F; }
a { background-color: rgb(53,70,111); }
div.DivClassName
{
background-color: #35466F;
}
.BgClassName
{
background-color: #35466F;
}
</style>
border-color css
<style>
span { border-color: #35466F; }
span { border-color: rgb(53,70,111); }
td.TdClassName
{
border-color: #35466F;
}
.TagClassName
{
border-color: #35466F;
}
</style>