Shades of Resolution Blue #273D71
Tints of Resolution Blue #273D71
RGB
CMYK
RGB Variations
Color information
#273D71 (or 0x273D71) is known color: Resolution Blue. HEX triplet: 27, 3D and 71. RGB value is (39,61,113). Sum of RGB (Red+Green+Blue) = 39+61+113=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #273D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D71 is #D8C28E. Grayscale: #3C3C3C. Windows color (decimal): -14205583 or 7421223. OLE color: 7421223.
HSL color Cylindrical-coordinate representation of color #273D71: hue angle of 222.16º degrees, saturation: 0.49, 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 #273D71 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 61 | 113 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.56 |
| HSL | 222.16º | 0.49% | 0.3% | - |
| HSV(B) | 222.16º | 0.65% | 0.44% | - |
| XYZ | 5.49 | 4.96 | 16.29 | - |
| YUV | 60.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 113 | 0.65 | 0.46 | 0 | 0.56 | 222.16 | 0.49 | 0.3 |
| Hex | 27 | 3D | 71 | 41 | 2E | 0 | 38 | DE | 31 | 1E |
| Octal | 47 | 75 | 161 | 101 | 56 | 0 | 70 | 336 | 61 | 36 |
| Binary | 100111 | 111101 | 1110001 | 1000001 | 101110 | 0 | 111000 | 11011110 | 110001 | 11110 |
Color Harmonies of #273D71
Complementary color
Monochromatic Colors of #273D71
Black with #273D71
Text Example
Text Example
White with #273D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D71; }
p { color: rgb(39,61,113); }
H1.HeaderClassName
{
color: #273D71;
}
.AnyTagClassName
{
color: #273D71;
}
</style>
background-color css
<style>
a { background-color: #273D71; }
a { background-color: rgb(39,61,113); }
div.DivClassName
{
background-color: #273D71;
}
.BgClassName
{
background-color: #273D71;
}
</style>
border-color css
<style>
span { border-color: #273D71; }
span { border-color: rgb(39,61,113); }
td.TdClassName
{
border-color: #273D71;
}
.TagClassName
{
border-color: #273D71;
}
</style>