Shades of Resolution Blue #273A7C
Tints of Resolution Blue #273A7C
RGB
CMYK
RGB Variations
Color information
#273A7C (or 0x273A7C) is known color: Resolution Blue. HEX triplet: 27, 3A and 7C. RGB value is (39,58,124). Sum of RGB (Red+Green+Blue) = 39+58+124=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #273A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A7C is #D8C583. Grayscale: #3B3B3B. Windows color (decimal): -14206340 or 8141351. OLE color: 8141351.
HSL color Cylindrical-coordinate representation of color #273A7C: hue angle of 226.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273A7C is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 58 | 124 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.51 |
| HSL | 226.59º | 0.52% | 0.32% | - |
| HSV(B) | 226.59º | 0.69% | 0.49% | - |
| XYZ | 5.99 | 4.91 | 19.7 | - |
| YUV | 59.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 124 | 0.69 | 0.53 | 0 | 0.51 | 226.59 | 0.52 | 0.32 |
| Hex | 27 | 3A | 7C | 45 | 35 | 0 | 33 | E3 | 34 | 20 |
| Octal | 47 | 72 | 174 | 105 | 65 | 0 | 63 | 343 | 64 | 40 |
| Binary | 100111 | 111010 | 1111100 | 1000101 | 110101 | 0 | 110011 | 11100011 | 110100 | 100000 |
Color Harmonies of #273A7C
Complementary color
Monochromatic Colors of #273A7C
Black with #273A7C
Text Example
Text Example
White with #273A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A7C; }
p { color: rgb(39,58,124); }
H1.HeaderClassName
{
color: #273A7C;
}
.AnyTagClassName
{
color: #273A7C;
}
</style>
background-color css
<style>
a { background-color: #273A7C; }
a { background-color: rgb(39,58,124); }
div.DivClassName
{
background-color: #273A7C;
}
.BgClassName
{
background-color: #273A7C;
}
</style>
border-color css
<style>
span { border-color: #273A7C; }
span { border-color: rgb(39,58,124); }
td.TdClassName
{
border-color: #273A7C;
}
.TagClassName
{
border-color: #273A7C;
}
</style>