Shades of Resolution Blue #273489
Tints of Resolution Blue #273489
RGB
CMYK
RGB Variations
Color information
#273489 (or 0x273489) is known color: Resolution Blue. HEX triplet: 27, 34 and 89. RGB value is (39,52,137). Sum of RGB (Red+Green+Blue) = 39+52+137=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #273489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273489 is #D8CB76. Grayscale: #393939. Windows color (decimal): -14207863 or 8991783. OLE color: 8991783.
HSL color Cylindrical-coordinate representation of color #273489: hue angle of 232.04º 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 #273489 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 52 | 137 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.46 |
| HSL | 232.04º | 0.56% | 0.35% | - |
| HSV(B) | 232.04º | 0.72% | 0.54% | - |
| XYZ | 6.58 | 4.69 | 24.23 | - |
| YUV | 57.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 137 | 0.72 | 0.62 | 0 | 0.46 | 232.04 | 0.56 | 0.35 |
| Hex | 27 | 34 | 89 | 48 | 3E | 0 | 2E | E8 | 38 | 23 |
| Octal | 47 | 64 | 211 | 110 | 76 | 0 | 56 | 350 | 70 | 43 |
| Binary | 100111 | 110100 | 10001001 | 1001000 | 111110 | 0 | 101110 | 11101000 | 111000 | 100011 |
Color Harmonies of #273489
Complementary color
Monochromatic Colors of #273489
Black with #273489
Text Example
Text Example
White with #273489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273489; }
p { color: rgb(39,52,137); }
H1.HeaderClassName
{
color: #273489;
}
.AnyTagClassName
{
color: #273489;
}
</style>
background-color css
<style>
a { background-color: #273489; }
a { background-color: rgb(39,52,137); }
div.DivClassName
{
background-color: #273489;
}
.BgClassName
{
background-color: #273489;
}
</style>
border-color css
<style>
span { border-color: #273489; }
span { border-color: rgb(39,52,137); }
td.TdClassName
{
border-color: #273489;
}
.TagClassName
{
border-color: #273489;
}
</style>