Shades of Resolution Blue #1C3676
Tints of Resolution Blue #1C3676
RGB
CMYK
RGB Variations
Color information
#1C3676 (or 0x1C3676) is known color: Resolution Blue. HEX triplet: 1C, 36 and 76. RGB value is (28,54,118). Sum of RGB (Red+Green+Blue) = 28+54+118=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3676 is #E3C989. Grayscale: #353535. Windows color (decimal): -14928266 or 7747100. OLE color: 7747100.
HSL color Cylindrical-coordinate representation of color #1C3676: hue angle of 222.67º 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 #1C3676 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 54 | 118 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.54 |
| HSL | 222.67º | 0.62% | 0.29% | - |
| HSV(B) | 222.67º | 0.76% | 0.46% | - |
| XYZ | 5.07 | 4.19 | 17.68 | - |
| YUV | 53.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 118 | 0.76 | 0.54 | 0 | 0.54 | 222.67 | 0.62 | 0.29 |
| Hex | 1C | 36 | 76 | 4C | 36 | 0 | 36 | DF | 3E | 1D |
| Octal | 34 | 66 | 166 | 114 | 66 | 0 | 66 | 337 | 76 | 35 |
| Binary | 11100 | 110110 | 1110110 | 1001100 | 110110 | 0 | 110110 | 11011111 | 111110 | 11101 |
Color Harmonies of #1C3676
Complementary color
Monochromatic Colors of #1C3676
Black with #1C3676
Text Example
Text Example
White with #1C3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3676; }
p { color: rgb(28,54,118); }
H1.HeaderClassName
{
color: #1C3676;
}
.AnyTagClassName
{
color: #1C3676;
}
</style>
background-color css
<style>
a { background-color: #1C3676; }
a { background-color: rgb(28,54,118); }
div.DivClassName
{
background-color: #1C3676;
}
.BgClassName
{
background-color: #1C3676;
}
</style>
border-color css
<style>
span { border-color: #1C3676; }
span { border-color: rgb(28,54,118); }
td.TdClassName
{
border-color: #1C3676;
}
.TagClassName
{
border-color: #1C3676;
}
</style>