Shades of Resolution Blue #273B80
Tints of Resolution Blue #273B80
RGB
CMYK
RGB Variations
Color information
#273B80 (or 0x273B80) is known color: Resolution Blue. HEX triplet: 27, 3B and 80. RGB value is (39,59,128). Sum of RGB (Red+Green+Blue) = 39+59+128=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #273B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B80 is #D8C47F. Grayscale: #3C3C3C. Windows color (decimal): -14206080 or 8403751. OLE color: 8403751.
HSL color Cylindrical-coordinate representation of color #273B80: hue angle of 226.52º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273B80 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 59 | 128 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.50 |
| HSL | 226.52º | 0.53% | 0.33% | - |
| HSV(B) | 226.52º | 0.7% | 0.5% | - |
| XYZ | 6.3 | 5.12 | 21.08 | - |
| YUV | 60.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 128 | 0.70 | 0.54 | 0 | 0.50 | 226.52 | 0.53 | 0.33 |
| Hex | 27 | 3B | 80 | 46 | 36 | 0 | 32 | E3 | 35 | 21 |
| Octal | 47 | 73 | 200 | 106 | 66 | 0 | 62 | 343 | 65 | 41 |
| Binary | 100111 | 111011 | 10000000 | 1000110 | 110110 | 0 | 110010 | 11100011 | 110101 | 100001 |
Color Harmonies of #273B80
Complementary color
Monochromatic Colors of #273B80
Black with #273B80
Text Example
Text Example
White with #273B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B80; }
p { color: rgb(39,59,128); }
H1.HeaderClassName
{
color: #273B80;
}
.AnyTagClassName
{
color: #273B80;
}
</style>
background-color css
<style>
a { background-color: #273B80; }
a { background-color: rgb(39,59,128); }
div.DivClassName
{
background-color: #273B80;
}
.BgClassName
{
background-color: #273B80;
}
</style>
border-color css
<style>
span { border-color: #273B80; }
span { border-color: rgb(39,59,128); }
td.TdClassName
{
border-color: #273B80;
}
.TagClassName
{
border-color: #273B80;
}
</style>