Shades of Resolution Blue #273B77
Tints of Resolution Blue #273B77
RGB
CMYK
RGB Variations
Color information
#273B77 (or 0x273B77) is known color: Resolution Blue. HEX triplet: 27, 3B and 77. RGB value is (39,59,119). Sum of RGB (Red+Green+Blue) = 39+59+119=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #273B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B77 is #D8C488. Grayscale: #3B3B3B. Windows color (decimal): -14206089 or 7813927. OLE color: 7813927.
HSL color Cylindrical-coordinate representation of color #273B77: hue angle of 225º 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 #273B77 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 59 | 119 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.53 |
| HSL | 225º | 0.51% | 0.31% | - |
| HSV(B) | 225º | 0.67% | 0.47% | - |
| XYZ | 5.73 | 4.89 | 18.09 | - |
| YUV | 59.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 119 | 0.67 | 0.50 | 0 | 0.53 | 225 | 0.51 | 0.31 |
| Hex | 27 | 3B | 77 | 43 | 32 | 0 | 35 | E1 | 33 | 1F |
| Octal | 47 | 73 | 167 | 103 | 62 | 0 | 65 | 341 | 63 | 37 |
| Binary | 100111 | 111011 | 1110111 | 1000011 | 110010 | 0 | 110101 | 11100001 | 110011 | 11111 |
Color Harmonies of #273B77
Complementary color
Monochromatic Colors of #273B77
Black with #273B77
Text Example
Text Example
White with #273B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B77; }
p { color: rgb(39,59,119); }
H1.HeaderClassName
{
color: #273B77;
}
.AnyTagClassName
{
color: #273B77;
}
</style>
background-color css
<style>
a { background-color: #273B77; }
a { background-color: rgb(39,59,119); }
div.DivClassName
{
background-color: #273B77;
}
.BgClassName
{
background-color: #273B77;
}
</style>
border-color css
<style>
span { border-color: #273B77; }
span { border-color: rgb(39,59,119); }
td.TdClassName
{
border-color: #273B77;
}
.TagClassName
{
border-color: #273B77;
}
</style>