Shades of Resolution Blue #273F74
Tints of Resolution Blue #273F74
RGB
CMYK
RGB Variations
Color information
#273F74 (or 0x273F74) is known color: Resolution Blue. HEX triplet: 27, 3F and 74. RGB value is (39,63,116). Sum of RGB (Red+Green+Blue) = 39+63+116=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #273F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F74 is #D8C08B. Grayscale: #3D3D3D. Windows color (decimal): -14205068 or 7618343. OLE color: 7618343.
HSL color Cylindrical-coordinate representation of color #273F74: hue angle of 221.3º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273F74 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 63 | 116 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.55 |
| HSL | 221.3º | 0.5% | 0.3% | - |
| HSV(B) | 221.3º | 0.66% | 0.45% | - |
| XYZ | 5.77 | 5.25 | 17.23 | - |
| YUV | 61.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 116 | 0.66 | 0.46 | 0 | 0.55 | 221.3 | 0.5 | 0.3 |
| Hex | 27 | 3F | 74 | 42 | 2E | 0 | 37 | DD | 32 | 1E |
| Octal | 47 | 77 | 164 | 102 | 56 | 0 | 67 | 335 | 62 | 36 |
| Binary | 100111 | 111111 | 1110100 | 1000010 | 101110 | 0 | 110111 | 11011101 | 110010 | 11110 |
Color Harmonies of #273F74
Complementary color
Monochromatic Colors of #273F74
Black with #273F74
Text Example
Text Example
White with #273F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F74; }
p { color: rgb(39,63,116); }
H1.HeaderClassName
{
color: #273F74;
}
.AnyTagClassName
{
color: #273F74;
}
</style>
background-color css
<style>
a { background-color: #273F74; }
a { background-color: rgb(39,63,116); }
div.DivClassName
{
background-color: #273F74;
}
.BgClassName
{
background-color: #273F74;
}
</style>
border-color css
<style>
span { border-color: #273F74; }
span { border-color: rgb(39,63,116); }
td.TdClassName
{
border-color: #273F74;
}
.TagClassName
{
border-color: #273F74;
}
</style>