Shades of Resolution Blue #273C89
Tints of Resolution Blue #273C89
RGB
CMYK
RGB Variations
Color information
#273C89 (or 0x273C89) is known color: Resolution Blue. HEX triplet: 27, 3C and 89. RGB value is (39,60,137). Sum of RGB (Red+Green+Blue) = 39+60+137=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #273C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C89 is #D8C376. Grayscale: #3E3E3E. Windows color (decimal): -14205815 or 8993831. OLE color: 8993831.
HSL color Cylindrical-coordinate representation of color #273C89: hue angle of 227.14º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #273C89 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 60 | 137 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.46 |
| HSL | 227.14º | 0.56% | 0.35% | - |
| HSV(B) | 227.14º | 0.72% | 0.54% | - |
| XYZ | 6.97 | 5.47 | 24.36 | - |
| YUV | 62.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 137 | 0.72 | 0.56 | 0 | 0.46 | 227.14 | 0.56 | 0.35 |
| Hex | 27 | 3C | 89 | 48 | 38 | 0 | 2E | E3 | 38 | 23 |
| Octal | 47 | 74 | 211 | 110 | 70 | 0 | 56 | 343 | 70 | 43 |
| Binary | 100111 | 111100 | 10001001 | 1001000 | 111000 | 0 | 101110 | 11100011 | 111000 | 100011 |
Color Harmonies of #273C89
Complementary color
Monochromatic Colors of #273C89
Black with #273C89
Text Example
Text Example
White with #273C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C89; }
p { color: rgb(39,60,137); }
H1.HeaderClassName
{
color: #273C89;
}
.AnyTagClassName
{
color: #273C89;
}
</style>
background-color css
<style>
a { background-color: #273C89; }
a { background-color: rgb(39,60,137); }
div.DivClassName
{
background-color: #273C89;
}
.BgClassName
{
background-color: #273C89;
}
</style>
border-color css
<style>
span { border-color: #273C89; }
span { border-color: rgb(39,60,137); }
td.TdClassName
{
border-color: #273C89;
}
.TagClassName
{
border-color: #273C89;
}
</style>