Shades of Resolution Blue #273B84
Tints of Resolution Blue #273B84
RGB
CMYK
RGB Variations
Color information
#273B84 (or 0x273B84) is known color: Resolution Blue. HEX triplet: 27, 3B and 84. RGB value is (39,59,132). Sum of RGB (Red+Green+Blue) = 39+59+132=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #273B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B84 is #D8C47B. Grayscale: #3D3D3D. Windows color (decimal): -14206076 or 8665895. OLE color: 8665895.
HSL color Cylindrical-coordinate representation of color #273B84: hue angle of 227.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273B84 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 59 | 132 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.48 |
| HSL | 227.1º | 0.54% | 0.34% | - |
| HSV(B) | 227.1º | 0.7% | 0.52% | - |
| XYZ | 6.57 | 5.23 | 22.49 | - |
| YUV | 61.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 132 | 0.70 | 0.55 | 0 | 0.48 | 227.1 | 0.54 | 0.34 |
| Hex | 27 | 3B | 84 | 46 | 37 | 0 | 30 | E3 | 36 | 22 |
| Octal | 47 | 73 | 204 | 106 | 67 | 0 | 60 | 343 | 66 | 42 |
| Binary | 100111 | 111011 | 10000100 | 1000110 | 110111 | 0 | 110000 | 11100011 | 110110 | 100010 |
Color Harmonies of #273B84
Complementary color
Monochromatic Colors of #273B84
Black with #273B84
Text Example
Text Example
White with #273B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B84; }
p { color: rgb(39,59,132); }
H1.HeaderClassName
{
color: #273B84;
}
.AnyTagClassName
{
color: #273B84;
}
</style>
background-color css
<style>
a { background-color: #273B84; }
a { background-color: rgb(39,59,132); }
div.DivClassName
{
background-color: #273B84;
}
.BgClassName
{
background-color: #273B84;
}
</style>
border-color css
<style>
span { border-color: #273B84; }
span { border-color: rgb(39,59,132); }
td.TdClassName
{
border-color: #273B84;
}
.TagClassName
{
border-color: #273B84;
}
</style>