Shades of Resolution Blue #273C71
Tints of Resolution Blue #273C71
RGB
CMYK
RGB Variations
Color information
#273C71 (or 0x273C71) is known color: Resolution Blue. HEX triplet: 27, 3C and 71. RGB value is (39,60,113). Sum of RGB (Red+Green+Blue) = 39+60+113=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #273C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C71 is #D8C38E. Grayscale: #3B3B3B. Windows color (decimal): -14205839 or 7420967. OLE color: 7420967.
HSL color Cylindrical-coordinate representation of color #273C71: hue angle of 222.97º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273C71 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 60 | 113 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.56 |
| HSL | 222.97º | 0.49% | 0.3% | - |
| HSV(B) | 222.97º | 0.65% | 0.44% | - |
| XYZ | 5.43 | 4.86 | 16.27 | - |
| YUV | 59.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 113 | 0.65 | 0.47 | 0 | 0.56 | 222.97 | 0.49 | 0.3 |
| Hex | 27 | 3C | 71 | 41 | 2F | 0 | 38 | DF | 31 | 1E |
| Octal | 47 | 74 | 161 | 101 | 57 | 0 | 70 | 337 | 61 | 36 |
| Binary | 100111 | 111100 | 1110001 | 1000001 | 101111 | 0 | 111000 | 11011111 | 110001 | 11110 |
Color Harmonies of #273C71
Complementary color
Monochromatic Colors of #273C71
Black with #273C71
Text Example
Text Example
White with #273C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C71; }
p { color: rgb(39,60,113); }
H1.HeaderClassName
{
color: #273C71;
}
.AnyTagClassName
{
color: #273C71;
}
</style>
background-color css
<style>
a { background-color: #273C71; }
a { background-color: rgb(39,60,113); }
div.DivClassName
{
background-color: #273C71;
}
.BgClassName
{
background-color: #273C71;
}
</style>
border-color css
<style>
span { border-color: #273C71; }
span { border-color: rgb(39,60,113); }
td.TdClassName
{
border-color: #273C71;
}
.TagClassName
{
border-color: #273C71;
}
</style>