Shades of Resolution Blue #273B85
Tints of Resolution Blue #273B85
RGB
CMYK
RGB Variations
Color information
#273B85 (or 0x273B85) is known color: Resolution Blue. HEX triplet: 27, 3B and 85. RGB value is (39,59,133). Sum of RGB (Red+Green+Blue) = 39+59+133=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #273B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B85 is #D8C47A. Grayscale: #3D3D3D. Windows color (decimal): -14206075 or 8731431. OLE color: 8731431.
HSL color Cylindrical-coordinate representation of color #273B85: hue angle of 227.23º 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 #273B85 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 59 | 133 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.48 |
| HSL | 227.23º | 0.55% | 0.34% | - |
| HSV(B) | 227.23º | 0.71% | 0.52% | - |
| XYZ | 6.63 | 5.25 | 22.85 | - |
| YUV | 61.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 133 | 0.71 | 0.56 | 0 | 0.48 | 227.23 | 0.55 | 0.34 |
| Hex | 27 | 3B | 85 | 47 | 38 | 0 | 30 | E3 | 37 | 22 |
| Octal | 47 | 73 | 205 | 107 | 70 | 0 | 60 | 343 | 67 | 42 |
| Binary | 100111 | 111011 | 10000101 | 1000111 | 111000 | 0 | 110000 | 11100011 | 110111 | 100010 |
Color Harmonies of #273B85
Complementary color
Monochromatic Colors of #273B85
Black with #273B85
Text Example
Text Example
White with #273B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B85; }
p { color: rgb(39,59,133); }
H1.HeaderClassName
{
color: #273B85;
}
.AnyTagClassName
{
color: #273B85;
}
</style>
background-color css
<style>
a { background-color: #273B85; }
a { background-color: rgb(39,59,133); }
div.DivClassName
{
background-color: #273B85;
}
.BgClassName
{
background-color: #273B85;
}
</style>
border-color css
<style>
span { border-color: #273B85; }
span { border-color: rgb(39,59,133); }
td.TdClassName
{
border-color: #273B85;
}
.TagClassName
{
border-color: #273B85;
}
</style>