Shades of Resolution Blue #1C3672
Tints of Resolution Blue #1C3672
RGB
CMYK
RGB Variations
Color information
#1C3672 (or 0x1C3672) is known color: Resolution Blue. HEX triplet: 1C, 36 and 72. RGB value is (28,54,114). Sum of RGB (Red+Green+Blue) = 28+54+114=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3672 is #E3C98D. Grayscale: #343434. Windows color (decimal): -14928270 or 7484956. OLE color: 7484956.
HSL color Cylindrical-coordinate representation of color #1C3672: hue angle of 221.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3672 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 54 | 114 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.55 |
| HSL | 221.86º | 0.61% | 0.28% | - |
| HSV(B) | 221.86º | 0.75% | 0.45% | - |
| XYZ | 4.84 | 4.1 | 16.46 | - |
| YUV | 53.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 114 | 0.75 | 0.53 | 0 | 0.55 | 221.86 | 0.61 | 0.28 |
| Hex | 1C | 36 | 72 | 4B | 35 | 0 | 37 | DE | 3D | 1C |
| Octal | 34 | 66 | 162 | 113 | 65 | 0 | 67 | 336 | 75 | 34 |
| Binary | 11100 | 110110 | 1110010 | 1001011 | 110101 | 0 | 110111 | 11011110 | 111101 | 11100 |
Color Harmonies of #1C3672
Complementary color
Monochromatic Colors of #1C3672
Black with #1C3672
Text Example
Text Example
White with #1C3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3672; }
p { color: rgb(28,54,114); }
H1.HeaderClassName
{
color: #1C3672;
}
.AnyTagClassName
{
color: #1C3672;
}
</style>
background-color css
<style>
a { background-color: #1C3672; }
a { background-color: rgb(28,54,114); }
div.DivClassName
{
background-color: #1C3672;
}
.BgClassName
{
background-color: #1C3672;
}
</style>
border-color css
<style>
span { border-color: #1C3672; }
span { border-color: rgb(28,54,114); }
td.TdClassName
{
border-color: #1C3672;
}
.TagClassName
{
border-color: #1C3672;
}
</style>