Shades of Resolution Blue #273689
Tints of Resolution Blue #273689
RGB
CMYK
RGB Variations
Color information
#273689 (or 0x273689) is known color: Resolution Blue. HEX triplet: 27, 36 and 89. RGB value is (39,54,137). Sum of RGB (Red+Green+Blue) = 39+54+137=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #273689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273689 is #D8C976. Grayscale: #3A3A3A. Windows color (decimal): -14207351 or 8992295. OLE color: 8992295.
HSL color Cylindrical-coordinate representation of color #273689: hue angle of 230.82º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #273689 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 54 | 137 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.46 |
| HSL | 230.82º | 0.56% | 0.35% | - |
| HSV(B) | 230.82º | 0.72% | 0.54% | - |
| XYZ | 6.67 | 4.88 | 24.26 | - |
| YUV | 58.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 137 | 0.72 | 0.61 | 0 | 0.46 | 230.82 | 0.56 | 0.35 |
| Hex | 27 | 36 | 89 | 48 | 3D | 0 | 2E | E7 | 38 | 23 |
| Octal | 47 | 66 | 211 | 110 | 75 | 0 | 56 | 347 | 70 | 43 |
| Binary | 100111 | 110110 | 10001001 | 1001000 | 111101 | 0 | 101110 | 11100111 | 111000 | 100011 |
Color Harmonies of #273689
Complementary color
Monochromatic Colors of #273689
Black with #273689
Text Example
Text Example
White with #273689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273689; }
p { color: rgb(39,54,137); }
H1.HeaderClassName
{
color: #273689;
}
.AnyTagClassName
{
color: #273689;
}
</style>
background-color css
<style>
a { background-color: #273689; }
a { background-color: rgb(39,54,137); }
div.DivClassName
{
background-color: #273689;
}
.BgClassName
{
background-color: #273689;
}
</style>
border-color css
<style>
span { border-color: #273689; }
span { border-color: rgb(39,54,137); }
td.TdClassName
{
border-color: #273689;
}
.TagClassName
{
border-color: #273689;
}
</style>