Shades of Resolution Blue #273C77
Tints of Resolution Blue #273C77
RGB
CMYK
RGB Variations
Color information
#273C77 (or 0x273C77) is known color: Resolution Blue. HEX triplet: 27, 3C and 77. RGB value is (39,60,119). Sum of RGB (Red+Green+Blue) = 39+60+119=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #273C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C77 is #D8C388. Grayscale: #3C3C3C. Windows color (decimal): -14205833 or 7814183. OLE color: 7814183.
HSL color Cylindrical-coordinate representation of color #273C77: hue angle of 224.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273C77 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 60 | 119 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.53 |
| HSL | 224.25º | 0.51% | 0.31% | - |
| HSV(B) | 224.25º | 0.67% | 0.47% | - |
| XYZ | 5.78 | 4.99 | 18.11 | - |
| YUV | 60.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 119 | 0.67 | 0.50 | 0 | 0.53 | 224.25 | 0.51 | 0.31 |
| Hex | 27 | 3C | 77 | 43 | 32 | 0 | 35 | E0 | 33 | 1F |
| Octal | 47 | 74 | 167 | 103 | 62 | 0 | 65 | 340 | 63 | 37 |
| Binary | 100111 | 111100 | 1110111 | 1000011 | 110010 | 0 | 110101 | 11100000 | 110011 | 11111 |
Color Harmonies of #273C77
Complementary color
Monochromatic Colors of #273C77
Black with #273C77
Text Example
Text Example
White with #273C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C77; }
p { color: rgb(39,60,119); }
H1.HeaderClassName
{
color: #273C77;
}
.AnyTagClassName
{
color: #273C77;
}
</style>
background-color css
<style>
a { background-color: #273C77; }
a { background-color: rgb(39,60,119); }
div.DivClassName
{
background-color: #273C77;
}
.BgClassName
{
background-color: #273C77;
}
</style>
border-color css
<style>
span { border-color: #273C77; }
span { border-color: rgb(39,60,119); }
td.TdClassName
{
border-color: #273C77;
}
.TagClassName
{
border-color: #273C77;
}
</style>