Shades of Resolution Blue #273F84
Tints of Resolution Blue #273F84
RGB
CMYK
RGB Variations
Color information
#273F84 (or 0x273F84) is known color: Resolution Blue. HEX triplet: 27, 3F and 84. RGB value is (39,63,132). Sum of RGB (Red+Green+Blue) = 39+63+132=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #273F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F84 is #D8C07B. Grayscale: #3F3F3F. Windows color (decimal): -14205052 or 8666919. OLE color: 8666919.
HSL color Cylindrical-coordinate representation of color #273F84: hue angle of 224.52º 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 #273F84 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 63 | 132 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.48 |
| HSL | 224.52º | 0.54% | 0.34% | - |
| HSV(B) | 224.52º | 0.7% | 0.52% | - |
| XYZ | 6.78 | 5.65 | 22.56 | - |
| YUV | 63.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 132 | 0.70 | 0.52 | 0 | 0.48 | 224.52 | 0.54 | 0.34 |
| Hex | 27 | 3F | 84 | 46 | 34 | 0 | 30 | E1 | 36 | 22 |
| Octal | 47 | 77 | 204 | 106 | 64 | 0 | 60 | 341 | 66 | 42 |
| Binary | 100111 | 111111 | 10000100 | 1000110 | 110100 | 0 | 110000 | 11100001 | 110110 | 100010 |
Color Harmonies of #273F84
Complementary color
Monochromatic Colors of #273F84
Black with #273F84
Text Example
Text Example
White with #273F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F84; }
p { color: rgb(39,63,132); }
H1.HeaderClassName
{
color: #273F84;
}
.AnyTagClassName
{
color: #273F84;
}
</style>
background-color css
<style>
a { background-color: #273F84; }
a { background-color: rgb(39,63,132); }
div.DivClassName
{
background-color: #273F84;
}
.BgClassName
{
background-color: #273F84;
}
</style>
border-color css
<style>
span { border-color: #273F84; }
span { border-color: rgb(39,63,132); }
td.TdClassName
{
border-color: #273F84;
}
.TagClassName
{
border-color: #273F84;
}
</style>