Shades of Resolution Blue #1C347C
Tints of Resolution Blue #1C347C
RGB
CMYK
RGB Variations
Color information
#1C347C (or 0x1C347C) is known color: Resolution Blue. HEX triplet: 1C, 34 and 7C. RGB value is (28,52,124). Sum of RGB (Red+Green+Blue) = 28+52+124=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C347C is #E3CB83. Grayscale: #343434. Windows color (decimal): -14928772 or 8139804. OLE color: 8139804.
HSL color Cylindrical-coordinate representation of color #1C347C: hue angle of 225º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C347C is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 52 | 124 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.51 |
| HSL | 225º | 0.63% | 0.3% | - |
| HSV(B) | 225º | 0.77% | 0.49% | - |
| XYZ | 5.34 | 4.16 | 19.59 | - |
| YUV | 53.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 124 | 0.77 | 0.58 | 0 | 0.51 | 225 | 0.63 | 0.3 |
| Hex | 1C | 34 | 7C | 4D | 3A | 0 | 33 | E1 | 3F | 1E |
| Octal | 34 | 64 | 174 | 115 | 72 | 0 | 63 | 341 | 77 | 36 |
| Binary | 11100 | 110100 | 1111100 | 1001101 | 111010 | 0 | 110011 | 11100001 | 111111 | 11110 |
Color Harmonies of #1C347C
Complementary color
Monochromatic Colors of #1C347C
Black with #1C347C
Text Example
Text Example
White with #1C347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C347C; }
p { color: rgb(28,52,124); }
H1.HeaderClassName
{
color: #1C347C;
}
.AnyTagClassName
{
color: #1C347C;
}
</style>
background-color css
<style>
a { background-color: #1C347C; }
a { background-color: rgb(28,52,124); }
div.DivClassName
{
background-color: #1C347C;
}
.BgClassName
{
background-color: #1C347C;
}
</style>
border-color css
<style>
span { border-color: #1C347C; }
span { border-color: rgb(28,52,124); }
td.TdClassName
{
border-color: #1C347C;
}
.TagClassName
{
border-color: #1C347C;
}
</style>