Shades of Resolution Blue #273F72
Tints of Resolution Blue #273F72
RGB
CMYK
RGB Variations
Color information
#273F72 (or 0x273F72) is known color: Resolution Blue. HEX triplet: 27, 3F and 72. RGB value is (39,63,114). Sum of RGB (Red+Green+Blue) = 39+63+114=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #273F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F72 is #D8C08D. Grayscale: #3D3D3D. Windows color (decimal): -14205070 or 7487271. OLE color: 7487271.
HSL color Cylindrical-coordinate representation of color #273F72: hue angle of 220.8º degrees, saturation: 0.49, 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 #273F72 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 63 | 114 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.55 |
| HSL | 220.8º | 0.49% | 0.3% | - |
| HSV(B) | 220.8º | 0.66% | 0.45% | - |
| XYZ | 5.65 | 5.2 | 16.63 | - |
| YUV | 61.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 114 | 0.66 | 0.45 | 0 | 0.55 | 220.8 | 0.49 | 0.3 |
| Hex | 27 | 3F | 72 | 42 | 2D | 0 | 37 | DD | 31 | 1E |
| Octal | 47 | 77 | 162 | 102 | 55 | 0 | 67 | 335 | 61 | 36 |
| Binary | 100111 | 111111 | 1110010 | 1000010 | 101101 | 0 | 110111 | 11011101 | 110001 | 11110 |
Color Harmonies of #273F72
Complementary color
Monochromatic Colors of #273F72
Black with #273F72
Text Example
Text Example
White with #273F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F72; }
p { color: rgb(39,63,114); }
H1.HeaderClassName
{
color: #273F72;
}
.AnyTagClassName
{
color: #273F72;
}
</style>
background-color css
<style>
a { background-color: #273F72; }
a { background-color: rgb(39,63,114); }
div.DivClassName
{
background-color: #273F72;
}
.BgClassName
{
background-color: #273F72;
}
</style>
border-color css
<style>
span { border-color: #273F72; }
span { border-color: rgb(39,63,114); }
td.TdClassName
{
border-color: #273F72;
}
.TagClassName
{
border-color: #273F72;
}
</style>