Shades of Resolution Blue #273C74
Tints of Resolution Blue #273C74
RGB
CMYK
RGB Variations
Color information
#273C74 (or 0x273C74) is known color: Resolution Blue. HEX triplet: 27, 3C and 74. RGB value is (39,60,116). Sum of RGB (Red+Green+Blue) = 39+60+116=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #273C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C74 is #D8C38B. Grayscale: #3B3B3B. Windows color (decimal): -14205836 or 7617575. OLE color: 7617575.
HSL color Cylindrical-coordinate representation of color #273C74: hue angle of 223.64º 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 #273C74 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 60 | 116 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.55 |
| HSL | 223.64º | 0.5% | 0.3% | - |
| HSV(B) | 223.64º | 0.66% | 0.45% | - |
| XYZ | 5.6 | 4.92 | 17.18 | - |
| YUV | 60.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 116 | 0.66 | 0.48 | 0 | 0.55 | 223.64 | 0.5 | 0.3 |
| Hex | 27 | 3C | 74 | 42 | 30 | 0 | 37 | E0 | 32 | 1E |
| Octal | 47 | 74 | 164 | 102 | 60 | 0 | 67 | 340 | 62 | 36 |
| Binary | 100111 | 111100 | 1110100 | 1000010 | 110000 | 0 | 110111 | 11100000 | 110010 | 11110 |
Color Harmonies of #273C74
Complementary color
Monochromatic Colors of #273C74
Black with #273C74
Text Example
Text Example
White with #273C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C74; }
p { color: rgb(39,60,116); }
H1.HeaderClassName
{
color: #273C74;
}
.AnyTagClassName
{
color: #273C74;
}
</style>
background-color css
<style>
a { background-color: #273C74; }
a { background-color: rgb(39,60,116); }
div.DivClassName
{
background-color: #273C74;
}
.BgClassName
{
background-color: #273C74;
}
</style>
border-color css
<style>
span { border-color: #273C74; }
span { border-color: rgb(39,60,116); }
td.TdClassName
{
border-color: #273C74;
}
.TagClassName
{
border-color: #273C74;
}
</style>