Shades of Resolution Blue #1C3576
Tints of Resolution Blue #1C3576
RGB
CMYK
RGB Variations
Color information
#1C3576 (or 0x1C3576) is known color: Resolution Blue. HEX triplet: 1C, 35 and 76. RGB value is (28,53,118). Sum of RGB (Red+Green+Blue) = 28+53+118=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3576 is #E3CA89. Grayscale: #343434. Windows color (decimal): -14928522 or 7746844. OLE color: 7746844.
HSL color Cylindrical-coordinate representation of color #1C3576: hue angle of 223.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C3576 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 53 | 118 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.54 |
| HSL | 223.33º | 0.62% | 0.29% | - |
| HSV(B) | 223.33º | 0.76% | 0.46% | - |
| XYZ | 5.02 | 4.1 | 17.67 | - |
| YUV | 52.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 118 | 0.76 | 0.55 | 0 | 0.54 | 223.33 | 0.62 | 0.29 |
| Hex | 1C | 35 | 76 | 4C | 37 | 0 | 36 | DF | 3E | 1D |
| Octal | 34 | 65 | 166 | 114 | 67 | 0 | 66 | 337 | 76 | 35 |
| Binary | 11100 | 110101 | 1110110 | 1001100 | 110111 | 0 | 110110 | 11011111 | 111110 | 11101 |
Color Harmonies of #1C3576
Complementary color
Monochromatic Colors of #1C3576
Black with #1C3576
Text Example
Text Example
White with #1C3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3576; }
p { color: rgb(28,53,118); }
H1.HeaderClassName
{
color: #1C3576;
}
.AnyTagClassName
{
color: #1C3576;
}
</style>
background-color css
<style>
a { background-color: #1C3576; }
a { background-color: rgb(28,53,118); }
div.DivClassName
{
background-color: #1C3576;
}
.BgClassName
{
background-color: #1C3576;
}
</style>
border-color css
<style>
span { border-color: #1C3576; }
span { border-color: rgb(28,53,118); }
td.TdClassName
{
border-color: #1C3576;
}
.TagClassName
{
border-color: #1C3576;
}
</style>