Shades of Resolution Blue #273F82
Tints of Resolution Blue #273F82
RGB
CMYK
RGB Variations
Color information
#273F82 (or 0x273F82) is known color: Resolution Blue. HEX triplet: 27, 3F and 82. RGB value is (39,63,130). Sum of RGB (Red+Green+Blue) = 39+63+130=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #273F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F82 is #D8C07D. Grayscale: #3F3F3F. Windows color (decimal): -14205054 or 8535847. OLE color: 8535847.
HSL color Cylindrical-coordinate representation of color #273F82: hue angle of 224.18º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273F82 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 63 | 130 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.49 |
| HSL | 224.18º | 0.54% | 0.33% | - |
| HSV(B) | 224.18º | 0.7% | 0.51% | - |
| XYZ | 6.64 | 5.6 | 21.85 | - |
| YUV | 63.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 130 | 0.70 | 0.52 | 0 | 0.49 | 224.18 | 0.54 | 0.33 |
| Hex | 27 | 3F | 82 | 46 | 34 | 0 | 31 | E0 | 36 | 21 |
| Octal | 47 | 77 | 202 | 106 | 64 | 0 | 61 | 340 | 66 | 41 |
| Binary | 100111 | 111111 | 10000010 | 1000110 | 110100 | 0 | 110001 | 11100000 | 110110 | 100001 |
Color Harmonies of #273F82
Complementary color
Monochromatic Colors of #273F82
Black with #273F82
Text Example
Text Example
White with #273F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F82; }
p { color: rgb(39,63,130); }
H1.HeaderClassName
{
color: #273F82;
}
.AnyTagClassName
{
color: #273F82;
}
</style>
background-color css
<style>
a { background-color: #273F82; }
a { background-color: rgb(39,63,130); }
div.DivClassName
{
background-color: #273F82;
}
.BgClassName
{
background-color: #273F82;
}
</style>
border-color css
<style>
span { border-color: #273F82; }
span { border-color: rgb(39,63,130); }
td.TdClassName
{
border-color: #273F82;
}
.TagClassName
{
border-color: #273F82;
}
</style>