Shades of Resolution Blue #35417D
Tints of Resolution Blue #35417D
RGB
CMYK
RGB Variations
Color information
#35417D (or 0x35417D) is known color: Resolution Blue. HEX triplet: 35, 41 and 7D. RGB value is (53,65,125). Sum of RGB (Red+Green+Blue) = 53+65+125=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #35417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35417D is #CABE82. Grayscale: #444444. Windows color (decimal): -13287043 or 8208693. OLE color: 8208693.
HSL color Cylindrical-coordinate representation of color #35417D: hue angle of 230º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35417D is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 65 | 125 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.51 |
| HSL | 230º | 0.4% | 0.35% | - |
| HSV(B) | 230º | 0.58% | 0.49% | - |
| XYZ | 7.06 | 6.02 | 20.19 | - |
| YUV | 68.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 125 | 0.58 | 0.48 | 0 | 0.51 | 230 | 0.4 | 0.35 |
| Hex | 35 | 41 | 7D | 3A | 30 | 0 | 33 | E6 | 28 | 23 |
| Octal | 65 | 101 | 175 | 72 | 60 | 0 | 63 | 346 | 50 | 43 |
| Binary | 110101 | 1000001 | 1111101 | 111010 | 110000 | 0 | 110011 | 11100110 | 101000 | 100011 |
Color Harmonies of #35417D
Complementary color
Monochromatic Colors of #35417D
Black with #35417D
Text Example
Text Example
White with #35417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35417D; }
p { color: rgb(53,65,125); }
H1.HeaderClassName
{
color: #35417D;
}
.AnyTagClassName
{
color: #35417D;
}
</style>
background-color css
<style>
a { background-color: #35417D; }
a { background-color: rgb(53,65,125); }
div.DivClassName
{
background-color: #35417D;
}
.BgClassName
{
background-color: #35417D;
}
</style>
border-color css
<style>
span { border-color: #35417D; }
span { border-color: rgb(53,65,125); }
td.TdClassName
{
border-color: #35417D;
}
.TagClassName
{
border-color: #35417D;
}
</style>