Shades of Resolution Blue #273A85
Tints of Resolution Blue #273A85
RGB
CMYK
RGB Variations
Color information
#273A85 (or 0x273A85) is known color: Resolution Blue. HEX triplet: 27, 3A and 85. RGB value is (39,58,133). Sum of RGB (Red+Green+Blue) = 39+58+133=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #273A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A85 is #D8C57A. Grayscale: #3C3C3C. Windows color (decimal): -14206331 or 8731175. OLE color: 8731175.
HSL color Cylindrical-coordinate representation of color #273A85: hue angle of 227.87º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273A85 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 58 | 133 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.48 |
| HSL | 227.87º | 0.55% | 0.34% | - |
| HSV(B) | 227.87º | 0.71% | 0.52% | - |
| XYZ | 6.58 | 5.15 | 22.84 | - |
| YUV | 60.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 133 | 0.71 | 0.56 | 0 | 0.48 | 227.87 | 0.55 | 0.34 |
| Hex | 27 | 3A | 85 | 47 | 38 | 0 | 30 | E4 | 37 | 22 |
| Octal | 47 | 72 | 205 | 107 | 70 | 0 | 60 | 344 | 67 | 42 |
| Binary | 100111 | 111010 | 10000101 | 1000111 | 111000 | 0 | 110000 | 11100100 | 110111 | 100010 |
Color Harmonies of #273A85
Complementary color
Monochromatic Colors of #273A85
Black with #273A85
Text Example
Text Example
White with #273A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A85; }
p { color: rgb(39,58,133); }
H1.HeaderClassName
{
color: #273A85;
}
.AnyTagClassName
{
color: #273A85;
}
</style>
background-color css
<style>
a { background-color: #273A85; }
a { background-color: rgb(39,58,133); }
div.DivClassName
{
background-color: #273A85;
}
.BgClassName
{
background-color: #273A85;
}
</style>
border-color css
<style>
span { border-color: #273A85; }
span { border-color: rgb(39,58,133); }
td.TdClassName
{
border-color: #273A85;
}
.TagClassName
{
border-color: #273A85;
}
</style>