Shades of Resolution Blue #1F347C
Tints of Resolution Blue #1F347C
RGB
CMYK
RGB Variations
Color information
#1F347C (or 0x1F347C) is known color: Resolution Blue. HEX triplet: 1F, 34 and 7C. RGB value is (31,52,124). Sum of RGB (Red+Green+Blue) = 31+52+124=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F347C is #E0CB83. Grayscale: #353535. Windows color (decimal): -14732164 or 8139807. OLE color: 8139807.
HSL color Cylindrical-coordinate representation of color #1F347C: hue angle of 226.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F347C is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 52 | 124 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.51 |
| HSL | 226.45º | 0.6% | 0.3% | - |
| HSV(B) | 226.45º | 0.75% | 0.49% | - |
| XYZ | 5.43 | 4.2 | 19.59 | - |
| YUV | 53.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 124 | 0.75 | 0.58 | 0 | 0.51 | 226.45 | 0.6 | 0.3 |
| Hex | 1F | 34 | 7C | 4B | 3A | 0 | 33 | E2 | 3C | 1E |
| Octal | 37 | 64 | 174 | 113 | 72 | 0 | 63 | 342 | 74 | 36 |
| Binary | 11111 | 110100 | 1111100 | 1001011 | 111010 | 0 | 110011 | 11100010 | 111100 | 11110 |
Color Harmonies of #1F347C
Complementary color
Monochromatic Colors of #1F347C
Black with #1F347C
Text Example
Text Example
White with #1F347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F347C; }
p { color: rgb(31,52,124); }
H1.HeaderClassName
{
color: #1F347C;
}
.AnyTagClassName
{
color: #1F347C;
}
</style>
background-color css
<style>
a { background-color: #1F347C; }
a { background-color: rgb(31,52,124); }
div.DivClassName
{
background-color: #1F347C;
}
.BgClassName
{
background-color: #1F347C;
}
</style>
border-color css
<style>
span { border-color: #1F347C; }
span { border-color: rgb(31,52,124); }
td.TdClassName
{
border-color: #1F347C;
}
.TagClassName
{
border-color: #1F347C;
}
</style>