Shades of Resolution Blue #273784
Tints of Resolution Blue #273784
RGB
CMYK
RGB Variations
Color information
#273784 (or 0x273784) is known color: Resolution Blue. HEX triplet: 27, 37 and 84. RGB value is (39,55,132). Sum of RGB (Red+Green+Blue) = 39+55+132=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #273784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273784 is #D8C87B. Grayscale: #3A3A3A. Windows color (decimal): -14207100 or 8664871. OLE color: 8664871.
HSL color Cylindrical-coordinate representation of color #273784: hue angle of 229.68º 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 #273784 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 55 | 132 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.48 |
| HSL | 229.68º | 0.54% | 0.34% | - |
| HSV(B) | 229.68º | 0.7% | 0.52% | - |
| XYZ | 6.37 | 4.83 | 22.43 | - |
| YUV | 58.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 132 | 0.70 | 0.58 | 0 | 0.48 | 229.68 | 0.54 | 0.34 |
| Hex | 27 | 37 | 84 | 46 | 3A | 0 | 30 | E6 | 36 | 22 |
| Octal | 47 | 67 | 204 | 106 | 72 | 0 | 60 | 346 | 66 | 42 |
| Binary | 100111 | 110111 | 10000100 | 1000110 | 111010 | 0 | 110000 | 11100110 | 110110 | 100010 |
Color Harmonies of #273784
Complementary color
Monochromatic Colors of #273784
Black with #273784
Text Example
Text Example
White with #273784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273784; }
p { color: rgb(39,55,132); }
H1.HeaderClassName
{
color: #273784;
}
.AnyTagClassName
{
color: #273784;
}
</style>
background-color css
<style>
a { background-color: #273784; }
a { background-color: rgb(39,55,132); }
div.DivClassName
{
background-color: #273784;
}
.BgClassName
{
background-color: #273784;
}
</style>
border-color css
<style>
span { border-color: #273784; }
span { border-color: rgb(39,55,132); }
td.TdClassName
{
border-color: #273784;
}
.TagClassName
{
border-color: #273784;
}
</style>