Shades of Resolution Blue #273373
Tints of Resolution Blue #273373
RGB
CMYK
RGB Variations
Color information
#273373 (or 0x273373) is known color: Resolution Blue. HEX triplet: 27, 33 and 73. RGB value is (39,51,115). Sum of RGB (Red+Green+Blue) = 39+51+115=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #273373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273373 is #D8CC8C. Grayscale: #363636. Windows color (decimal): -14208141 or 7549735. OLE color: 7549735.
HSL color Cylindrical-coordinate representation of color #273373: hue angle of 230.53º 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 #273373 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 51 | 115 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.55 |
| HSL | 230.53º | 0.49% | 0.3% | - |
| HSV(B) | 230.53º | 0.66% | 0.45% | - |
| XYZ | 5.12 | 4.04 | 16.73 | - |
| YUV | 54.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 115 | 0.66 | 0.56 | 0 | 0.55 | 230.53 | 0.49 | 0.3 |
| Hex | 27 | 33 | 73 | 42 | 38 | 0 | 37 | E7 | 31 | 1E |
| Octal | 47 | 63 | 163 | 102 | 70 | 0 | 67 | 347 | 61 | 36 |
| Binary | 100111 | 110011 | 1110011 | 1000010 | 111000 | 0 | 110111 | 11100111 | 110001 | 11110 |
Color Harmonies of #273373
Complementary color
Monochromatic Colors of #273373
Black with #273373
Text Example
Text Example
White with #273373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273373; }
p { color: rgb(39,51,115); }
H1.HeaderClassName
{
color: #273373;
}
.AnyTagClassName
{
color: #273373;
}
</style>
background-color css
<style>
a { background-color: #273373; }
a { background-color: rgb(39,51,115); }
div.DivClassName
{
background-color: #273373;
}
.BgClassName
{
background-color: #273373;
}
</style>
border-color css
<style>
span { border-color: #273373; }
span { border-color: rgb(39,51,115); }
td.TdClassName
{
border-color: #273373;
}
.TagClassName
{
border-color: #273373;
}
</style>