Shades of Resolution Blue #273688
Tints of Resolution Blue #273688
RGB
CMYK
RGB Variations
Color information
#273688 (or 0x273688) is known color: Resolution Blue. HEX triplet: 27, 36 and 88. RGB value is (39,54,136). Sum of RGB (Red+Green+Blue) = 39+54+136=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #273688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273688 is #D8C977. Grayscale: #3A3A3A. Windows color (decimal): -14207352 or 8926759. OLE color: 8926759.
HSL color Cylindrical-coordinate representation of color #273688: hue angle of 230.72º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273688 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 54 | 136 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.47 |
| HSL | 230.72º | 0.55% | 0.34% | - |
| HSV(B) | 230.72º | 0.71% | 0.53% | - |
| XYZ | 6.6 | 4.85 | 23.88 | - |
| YUV | 58.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 136 | 0.71 | 0.60 | 0 | 0.47 | 230.72 | 0.55 | 0.34 |
| Hex | 27 | 36 | 88 | 47 | 3C | 0 | 2F | E7 | 37 | 22 |
| Octal | 47 | 66 | 210 | 107 | 74 | 0 | 57 | 347 | 67 | 42 |
| Binary | 100111 | 110110 | 10001000 | 1000111 | 111100 | 0 | 101111 | 11100111 | 110111 | 100010 |
Color Harmonies of #273688
Complementary color
Monochromatic Colors of #273688
Black with #273688
Text Example
Text Example
White with #273688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273688; }
p { color: rgb(39,54,136); }
H1.HeaderClassName
{
color: #273688;
}
.AnyTagClassName
{
color: #273688;
}
</style>
background-color css
<style>
a { background-color: #273688; }
a { background-color: rgb(39,54,136); }
div.DivClassName
{
background-color: #273688;
}
.BgClassName
{
background-color: #273688;
}
</style>
border-color css
<style>
span { border-color: #273688; }
span { border-color: rgb(39,54,136); }
td.TdClassName
{
border-color: #273688;
}
.TagClassName
{
border-color: #273688;
}
</style>