Shades of Resolution Blue #273F85
Tints of Resolution Blue #273F85
RGB
CMYK
RGB Variations
Color information
#273F85 (or 0x273F85) is known color: Resolution Blue. HEX triplet: 27, 3F and 85. RGB value is (39,63,133). Sum of RGB (Red+Green+Blue) = 39+63+133=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #273F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F85 is #D8C07A. Grayscale: #3F3F3F. Windows color (decimal): -14205051 or 8732455. OLE color: 8732455.
HSL color Cylindrical-coordinate representation of color #273F85: hue angle of 224.68º 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 #273F85 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 63 | 133 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.48 |
| HSL | 224.68º | 0.55% | 0.34% | - |
| HSV(B) | 224.68º | 0.71% | 0.52% | - |
| XYZ | 6.85 | 5.68 | 22.93 | - |
| YUV | 63.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 133 | 0.71 | 0.53 | 0 | 0.48 | 224.68 | 0.55 | 0.34 |
| Hex | 27 | 3F | 85 | 47 | 35 | 0 | 30 | E1 | 37 | 22 |
| Octal | 47 | 77 | 205 | 107 | 65 | 0 | 60 | 341 | 67 | 42 |
| Binary | 100111 | 111111 | 10000101 | 1000111 | 110101 | 0 | 110000 | 11100001 | 110111 | 100010 |
Color Harmonies of #273F85
Complementary color
Monochromatic Colors of #273F85
Black with #273F85
Text Example
Text Example
White with #273F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F85; }
p { color: rgb(39,63,133); }
H1.HeaderClassName
{
color: #273F85;
}
.AnyTagClassName
{
color: #273F85;
}
</style>
background-color css
<style>
a { background-color: #273F85; }
a { background-color: rgb(39,63,133); }
div.DivClassName
{
background-color: #273F85;
}
.BgClassName
{
background-color: #273F85;
}
</style>
border-color css
<style>
span { border-color: #273F85; }
span { border-color: rgb(39,63,133); }
td.TdClassName
{
border-color: #273F85;
}
.TagClassName
{
border-color: #273F85;
}
</style>