Shades of Resolution Blue #273A70
Tints of Resolution Blue #273A70
RGB
CMYK
RGB Variations
Color information
#273A70 (or 0x273A70) is known color: Resolution Blue. HEX triplet: 27, 3A and 70. RGB value is (39,58,112). Sum of RGB (Red+Green+Blue) = 39+58+112=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #273A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A70 is #D8C58F. Grayscale: #3A3A3A. Windows color (decimal): -14206352 or 7354919. OLE color: 7354919.
HSL color Cylindrical-coordinate representation of color #273A70: hue angle of 224.38º 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 #273A70 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 58 | 112 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.56 |
| HSL | 224.38º | 0.48% | 0.3% | - |
| HSV(B) | 224.38º | 0.65% | 0.44% | - |
| XYZ | 5.27 | 4.63 | 15.94 | - |
| YUV | 58.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 112 | 0.65 | 0.48 | 0 | 0.56 | 224.38 | 0.48 | 0.3 |
| Hex | 27 | 3A | 70 | 41 | 30 | 0 | 38 | E0 | 30 | 1E |
| Octal | 47 | 72 | 160 | 101 | 60 | 0 | 70 | 340 | 60 | 36 |
| Binary | 100111 | 111010 | 1110000 | 1000001 | 110000 | 0 | 111000 | 11100000 | 110000 | 11110 |
Color Harmonies of #273A70
Complementary color
Monochromatic Colors of #273A70
Black with #273A70
Text Example
Text Example
White with #273A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A70; }
p { color: rgb(39,58,112); }
H1.HeaderClassName
{
color: #273A70;
}
.AnyTagClassName
{
color: #273A70;
}
</style>
background-color css
<style>
a { background-color: #273A70; }
a { background-color: rgb(39,58,112); }
div.DivClassName
{
background-color: #273A70;
}
.BgClassName
{
background-color: #273A70;
}
</style>
border-color css
<style>
span { border-color: #273A70; }
span { border-color: rgb(39,58,112); }
td.TdClassName
{
border-color: #273A70;
}
.TagClassName
{
border-color: #273A70;
}
</style>