Shades of Resolution Blue #273E72
Tints of Resolution Blue #273E72
RGB
CMYK
RGB Variations
Color information
#273E72 (or 0x273E72) is known color: Resolution Blue. HEX triplet: 27, 3E and 72. RGB value is (39,62,114). Sum of RGB (Red+Green+Blue) = 39+62+114=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #273E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E72 is #D8C18D. Grayscale: #3C3C3C. Windows color (decimal): -14205326 or 7487015. OLE color: 7487015.
HSL color Cylindrical-coordinate representation of color #273E72: hue angle of 221.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273E72 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 62 | 114 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.55 |
| HSL | 221.6º | 0.49% | 0.3% | - |
| HSV(B) | 221.6º | 0.66% | 0.45% | - |
| XYZ | 5.6 | 5.09 | 16.61 | - |
| YUV | 61.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 114 | 0.66 | 0.46 | 0 | 0.55 | 221.6 | 0.49 | 0.3 |
| Hex | 27 | 3E | 72 | 42 | 2E | 0 | 37 | DE | 31 | 1E |
| Octal | 47 | 76 | 162 | 102 | 56 | 0 | 67 | 336 | 61 | 36 |
| Binary | 100111 | 111110 | 1110010 | 1000010 | 101110 | 0 | 110111 | 11011110 | 110001 | 11110 |
Color Harmonies of #273E72
Complementary color
Monochromatic Colors of #273E72
Black with #273E72
Text Example
Text Example
White with #273E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E72; }
p { color: rgb(39,62,114); }
H1.HeaderClassName
{
color: #273E72;
}
.AnyTagClassName
{
color: #273E72;
}
</style>
background-color css
<style>
a { background-color: #273E72; }
a { background-color: rgb(39,62,114); }
div.DivClassName
{
background-color: #273E72;
}
.BgClassName
{
background-color: #273E72;
}
</style>
border-color css
<style>
span { border-color: #273E72; }
span { border-color: rgb(39,62,114); }
td.TdClassName
{
border-color: #273E72;
}
.TagClassName
{
border-color: #273E72;
}
</style>