Shades of Resolution Blue #273D73
Tints of Resolution Blue #273D73
RGB
CMYK
RGB Variations
Color information
#273D73 (or 0x273D73) is known color: Resolution Blue. HEX triplet: 27, 3D and 73. RGB value is (39,61,115). Sum of RGB (Red+Green+Blue) = 39+61+115=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #273D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D73 is #D8C28C. Grayscale: #3C3C3C. Windows color (decimal): -14205581 or 7552295. OLE color: 7552295.
HSL color Cylindrical-coordinate representation of color #273D73: hue angle of 222.63º 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 #273D73 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 61 | 115 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.55 |
| HSL | 222.63º | 0.49% | 0.3% | - |
| HSV(B) | 222.63º | 0.66% | 0.45% | - |
| XYZ | 5.6 | 5.01 | 16.89 | - |
| YUV | 60.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 115 | 0.66 | 0.47 | 0 | 0.55 | 222.63 | 0.49 | 0.3 |
| Hex | 27 | 3D | 73 | 42 | 2F | 0 | 37 | DF | 31 | 1E |
| Octal | 47 | 75 | 163 | 102 | 57 | 0 | 67 | 337 | 61 | 36 |
| Binary | 100111 | 111101 | 1110011 | 1000010 | 101111 | 0 | 110111 | 11011111 | 110001 | 11110 |
Color Harmonies of #273D73
Complementary color
Monochromatic Colors of #273D73
Black with #273D73
Text Example
Text Example
White with #273D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D73; }
p { color: rgb(39,61,115); }
H1.HeaderClassName
{
color: #273D73;
}
.AnyTagClassName
{
color: #273D73;
}
</style>
background-color css
<style>
a { background-color: #273D73; }
a { background-color: rgb(39,61,115); }
div.DivClassName
{
background-color: #273D73;
}
.BgClassName
{
background-color: #273D73;
}
</style>
border-color css
<style>
span { border-color: #273D73; }
span { border-color: rgb(39,61,115); }
td.TdClassName
{
border-color: #273D73;
}
.TagClassName
{
border-color: #273D73;
}
</style>