Shades of Resolution Blue #273684
Tints of Resolution Blue #273684
RGB
CMYK
RGB Variations
Color information
#273684 (or 0x273684) is known color: Resolution Blue. HEX triplet: 27, 36 and 84. RGB value is (39,54,132). Sum of RGB (Red+Green+Blue) = 39+54+132=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #273684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273684 is #D8C97B. Grayscale: #3A3A3A. Windows color (decimal): -14207356 or 8664615. OLE color: 8664615.
HSL color Cylindrical-coordinate representation of color #273684: hue angle of 230.32º 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 #273684 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 54 | 132 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.48 |
| HSL | 230.32º | 0.54% | 0.34% | - |
| HSV(B) | 230.32º | 0.7% | 0.52% | - |
| XYZ | 6.32 | 4.74 | 22.41 | - |
| YUV | 58.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 132 | 0.70 | 0.59 | 0 | 0.48 | 230.32 | 0.54 | 0.34 |
| Hex | 27 | 36 | 84 | 46 | 3B | 0 | 30 | E6 | 36 | 22 |
| Octal | 47 | 66 | 204 | 106 | 73 | 0 | 60 | 346 | 66 | 42 |
| Binary | 100111 | 110110 | 10000100 | 1000110 | 111011 | 0 | 110000 | 11100110 | 110110 | 100010 |
Color Harmonies of #273684
Complementary color
Monochromatic Colors of #273684
Black with #273684
Text Example
Text Example
White with #273684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273684; }
p { color: rgb(39,54,132); }
H1.HeaderClassName
{
color: #273684;
}
.AnyTagClassName
{
color: #273684;
}
</style>
background-color css
<style>
a { background-color: #273684; }
a { background-color: rgb(39,54,132); }
div.DivClassName
{
background-color: #273684;
}
.BgClassName
{
background-color: #273684;
}
</style>
border-color css
<style>
span { border-color: #273684; }
span { border-color: rgb(39,54,132); }
td.TdClassName
{
border-color: #273684;
}
.TagClassName
{
border-color: #273684;
}
</style>