Shades of Resolution Blue #273D74
Tints of Resolution Blue #273D74
RGB
CMYK
RGB Variations
Color information
#273D74 (or 0x273D74) is known color: Resolution Blue. HEX triplet: 27, 3D and 74. RGB value is (39,61,116). Sum of RGB (Red+Green+Blue) = 39+61+116=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #273D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D74 is #D8C28B. Grayscale: #3C3C3C. Windows color (decimal): -14205580 or 7617831. OLE color: 7617831.
HSL color Cylindrical-coordinate representation of color #273D74: hue angle of 222.86º 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 #273D74 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 61 | 116 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.55 |
| HSL | 222.86º | 0.5% | 0.3% | - |
| HSV(B) | 222.86º | 0.66% | 0.45% | - |
| XYZ | 5.66 | 5.03 | 17.2 | - |
| YUV | 60.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 116 | 0.66 | 0.47 | 0 | 0.55 | 222.86 | 0.5 | 0.3 |
| Hex | 27 | 3D | 74 | 42 | 2F | 0 | 37 | DF | 32 | 1E |
| Octal | 47 | 75 | 164 | 102 | 57 | 0 | 67 | 337 | 62 | 36 |
| Binary | 100111 | 111101 | 1110100 | 1000010 | 101111 | 0 | 110111 | 11011111 | 110010 | 11110 |
Color Harmonies of #273D74
Complementary color
Monochromatic Colors of #273D74
Black with #273D74
Text Example
Text Example
White with #273D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D74; }
p { color: rgb(39,61,116); }
H1.HeaderClassName
{
color: #273D74;
}
.AnyTagClassName
{
color: #273D74;
}
</style>
background-color css
<style>
a { background-color: #273D74; }
a { background-color: rgb(39,61,116); }
div.DivClassName
{
background-color: #273D74;
}
.BgClassName
{
background-color: #273D74;
}
</style>
border-color css
<style>
span { border-color: #273D74; }
span { border-color: rgb(39,61,116); }
td.TdClassName
{
border-color: #273D74;
}
.TagClassName
{
border-color: #273D74;
}
</style>