Shades of Resolution Blue #273370
Tints of Resolution Blue #273370
RGB
CMYK
RGB Variations
Color information
#273370 (or 0x273370) is known color: Resolution Blue. HEX triplet: 27, 33 and 70. RGB value is (39,51,112). Sum of RGB (Red+Green+Blue) = 39+51+112=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #273370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273370 is #D8CC8F. Grayscale: #363636. Windows color (decimal): -14208144 or 7353127. OLE color: 7353127.
HSL color Cylindrical-coordinate representation of color #273370: hue angle of 230.14º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273370 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 51 | 112 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.56 |
| HSL | 230.14º | 0.48% | 0.3% | - |
| HSV(B) | 230.14º | 0.65% | 0.44% | - |
| XYZ | 4.95 | 3.97 | 15.83 | - |
| YUV | 54.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 112 | 0.65 | 0.54 | 0 | 0.56 | 230.14 | 0.48 | 0.3 |
| Hex | 27 | 33 | 70 | 41 | 36 | 0 | 38 | E6 | 30 | 1E |
| Octal | 47 | 63 | 160 | 101 | 66 | 0 | 70 | 346 | 60 | 36 |
| Binary | 100111 | 110011 | 1110000 | 1000001 | 110110 | 0 | 111000 | 11100110 | 110000 | 11110 |
Color Harmonies of #273370
Complementary color
Monochromatic Colors of #273370
Black with #273370
Text Example
Text Example
White with #273370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273370; }
p { color: rgb(39,51,112); }
H1.HeaderClassName
{
color: #273370;
}
.AnyTagClassName
{
color: #273370;
}
</style>
background-color css
<style>
a { background-color: #273370; }
a { background-color: rgb(39,51,112); }
div.DivClassName
{
background-color: #273370;
}
.BgClassName
{
background-color: #273370;
}
</style>
border-color css
<style>
span { border-color: #273370; }
span { border-color: rgb(39,51,112); }
td.TdClassName
{
border-color: #273370;
}
.TagClassName
{
border-color: #273370;
}
</style>