Shades of Resolution Blue #273B70
Tints of Resolution Blue #273B70
RGB
CMYK
RGB Variations
Color information
#273B70 (or 0x273B70) is known color: Resolution Blue. HEX triplet: 27, 3B and 70. RGB value is (39,59,112). Sum of RGB (Red+Green+Blue) = 39+59+112=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #273B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B70 is #D8C48F. Grayscale: #3A3A3A. Windows color (decimal): -14206096 or 7355175. OLE color: 7355175.
HSL color Cylindrical-coordinate representation of color #273B70: hue angle of 223.56º 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 #273B70 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 59 | 112 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.56 |
| HSL | 223.56º | 0.48% | 0.3% | - |
| HSV(B) | 223.56º | 0.65% | 0.44% | - |
| XYZ | 5.33 | 4.73 | 15.96 | - |
| YUV | 59.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 112 | 0.65 | 0.47 | 0 | 0.56 | 223.56 | 0.48 | 0.3 |
| Hex | 27 | 3B | 70 | 41 | 2F | 0 | 38 | E0 | 30 | 1E |
| Octal | 47 | 73 | 160 | 101 | 57 | 0 | 70 | 340 | 60 | 36 |
| Binary | 100111 | 111011 | 1110000 | 1000001 | 101111 | 0 | 111000 | 11100000 | 110000 | 11110 |
Color Harmonies of #273B70
Complementary color
Monochromatic Colors of #273B70
Black with #273B70
Text Example
Text Example
White with #273B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B70; }
p { color: rgb(39,59,112); }
H1.HeaderClassName
{
color: #273B70;
}
.AnyTagClassName
{
color: #273B70;
}
</style>
background-color css
<style>
a { background-color: #273B70; }
a { background-color: rgb(39,59,112); }
div.DivClassName
{
background-color: #273B70;
}
.BgClassName
{
background-color: #273B70;
}
</style>
border-color css
<style>
span { border-color: #273B70; }
span { border-color: rgb(39,59,112); }
td.TdClassName
{
border-color: #273B70;
}
.TagClassName
{
border-color: #273B70;
}
</style>