Shades of Resolution Blue #273584
Tints of Resolution Blue #273584
RGB
CMYK
RGB Variations
Color information
#273584 (or 0x273584) is known color: Resolution Blue. HEX triplet: 27, 35 and 84. RGB value is (39,53,132). Sum of RGB (Red+Green+Blue) = 39+53+132=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #273584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273584 is #D8CA7B. Grayscale: #393939. Windows color (decimal): -14207612 or 8664359. OLE color: 8664359.
HSL color Cylindrical-coordinate representation of color #273584: hue angle of 230.97º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273584 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 53 | 132 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.48 |
| HSL | 230.97º | 0.54% | 0.34% | - |
| HSV(B) | 230.97º | 0.7% | 0.52% | - |
| XYZ | 6.27 | 4.64 | 22.4 | - |
| YUV | 57.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 132 | 0.70 | 0.60 | 0 | 0.48 | 230.97 | 0.54 | 0.34 |
| Hex | 27 | 35 | 84 | 46 | 3C | 0 | 30 | E7 | 36 | 22 |
| Octal | 47 | 65 | 204 | 106 | 74 | 0 | 60 | 347 | 66 | 42 |
| Binary | 100111 | 110101 | 10000100 | 1000110 | 111100 | 0 | 110000 | 11100111 | 110110 | 100010 |
Color Harmonies of #273584
Complementary color
Monochromatic Colors of #273584
Black with #273584
Text Example
Text Example
White with #273584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273584; }
p { color: rgb(39,53,132); }
H1.HeaderClassName
{
color: #273584;
}
.AnyTagClassName
{
color: #273584;
}
</style>
background-color css
<style>
a { background-color: #273584; }
a { background-color: rgb(39,53,132); }
div.DivClassName
{
background-color: #273584;
}
.BgClassName
{
background-color: #273584;
}
</style>
border-color css
<style>
span { border-color: #273584; }
span { border-color: rgb(39,53,132); }
td.TdClassName
{
border-color: #273584;
}
.TagClassName
{
border-color: #273584;
}
</style>