Shades of Resolution Blue #273D70
Tints of Resolution Blue #273D70
RGB
CMYK
RGB Variations
Color information
#273D70 (or 0x273D70) is known color: Resolution Blue. HEX triplet: 27, 3D and 70. RGB value is (39,61,112). Sum of RGB (Red+Green+Blue) = 39+61+112=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #273D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D70 is #D8C28F. Grayscale: #3C3C3C. Windows color (decimal): -14205584 or 7355687. OLE color: 7355687.
HSL color Cylindrical-coordinate representation of color #273D70: hue angle of 221.92º 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 #273D70 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 61 | 112 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.56 |
| HSL | 221.92º | 0.48% | 0.3% | - |
| HSV(B) | 221.92º | 0.65% | 0.44% | - |
| XYZ | 5.43 | 4.94 | 16 | - |
| YUV | 60.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 112 | 0.65 | 0.46 | 0 | 0.56 | 221.92 | 0.48 | 0.3 |
| Hex | 27 | 3D | 70 | 41 | 2E | 0 | 38 | DE | 30 | 1E |
| Octal | 47 | 75 | 160 | 101 | 56 | 0 | 70 | 336 | 60 | 36 |
| Binary | 100111 | 111101 | 1110000 | 1000001 | 101110 | 0 | 111000 | 11011110 | 110000 | 11110 |
Color Harmonies of #273D70
Complementary color
Monochromatic Colors of #273D70
Black with #273D70
Text Example
Text Example
White with #273D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D70; }
p { color: rgb(39,61,112); }
H1.HeaderClassName
{
color: #273D70;
}
.AnyTagClassName
{
color: #273D70;
}
</style>
background-color css
<style>
a { background-color: #273D70; }
a { background-color: rgb(39,61,112); }
div.DivClassName
{
background-color: #273D70;
}
.BgClassName
{
background-color: #273D70;
}
</style>
border-color css
<style>
span { border-color: #273D70; }
span { border-color: rgb(39,61,112); }
td.TdClassName
{
border-color: #273D70;
}
.TagClassName
{
border-color: #273D70;
}
</style>