Shades of Resolution Blue #273F77
Tints of Resolution Blue #273F77
RGB
CMYK
RGB Variations
Color information
#273F77 (or 0x273F77) is known color: Resolution Blue. HEX triplet: 27, 3F and 77. RGB value is (39,63,119). Sum of RGB (Red+Green+Blue) = 39+63+119=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #273F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F77 is #D8C088. Grayscale: #3D3D3D. Windows color (decimal): -14205065 or 7814951. OLE color: 7814951.
HSL color Cylindrical-coordinate representation of color #273F77: hue angle of 222º 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 #273F77 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 63 | 119 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.53 |
| HSL | 222º | 0.51% | 0.31% | - |
| HSV(B) | 222º | 0.67% | 0.47% | - |
| XYZ | 5.94 | 5.32 | 18.17 | - |
| YUV | 62.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 119 | 0.67 | 0.47 | 0 | 0.53 | 222 | 0.51 | 0.31 |
| Hex | 27 | 3F | 77 | 43 | 2F | 0 | 35 | DE | 33 | 1F |
| Octal | 47 | 77 | 167 | 103 | 57 | 0 | 65 | 336 | 63 | 37 |
| Binary | 100111 | 111111 | 1110111 | 1000011 | 101111 | 0 | 110101 | 11011110 | 110011 | 11111 |
Color Harmonies of #273F77
Complementary color
Monochromatic Colors of #273F77
Black with #273F77
Text Example
Text Example
White with #273F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F77; }
p { color: rgb(39,63,119); }
H1.HeaderClassName
{
color: #273F77;
}
.AnyTagClassName
{
color: #273F77;
}
</style>
background-color css
<style>
a { background-color: #273F77; }
a { background-color: rgb(39,63,119); }
div.DivClassName
{
background-color: #273F77;
}
.BgClassName
{
background-color: #273F77;
}
</style>
border-color css
<style>
span { border-color: #273F77; }
span { border-color: rgb(39,63,119); }
td.TdClassName
{
border-color: #273F77;
}
.TagClassName
{
border-color: #273F77;
}
</style>