Shades of Resolution Blue #273F83
Tints of Resolution Blue #273F83
RGB
CMYK
RGB Variations
Color information
#273F83 (or 0x273F83) is known color: Resolution Blue. HEX triplet: 27, 3F and 83. RGB value is (39,63,131). Sum of RGB (Red+Green+Blue) = 39+63+131=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #273F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F83 is #D8C07C. Grayscale: #3F3F3F. Windows color (decimal): -14205053 or 8601383. OLE color: 8601383.
HSL color Cylindrical-coordinate representation of color #273F83: hue angle of 224.35º 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 #273F83 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 63 | 131 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.49 |
| HSL | 224.35º | 0.54% | 0.33% | - |
| HSV(B) | 224.35º | 0.7% | 0.51% | - |
| XYZ | 6.71 | 5.63 | 22.2 | - |
| YUV | 63.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 131 | 0.70 | 0.52 | 0 | 0.49 | 224.35 | 0.54 | 0.33 |
| Hex | 27 | 3F | 83 | 46 | 34 | 0 | 31 | E0 | 36 | 21 |
| Octal | 47 | 77 | 203 | 106 | 64 | 0 | 61 | 340 | 66 | 41 |
| Binary | 100111 | 111111 | 10000011 | 1000110 | 110100 | 0 | 110001 | 11100000 | 110110 | 100001 |
Color Harmonies of #273F83
Complementary color
Monochromatic Colors of #273F83
Black with #273F83
Text Example
Text Example
White with #273F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F83; }
p { color: rgb(39,63,131); }
H1.HeaderClassName
{
color: #273F83;
}
.AnyTagClassName
{
color: #273F83;
}
</style>
background-color css
<style>
a { background-color: #273F83; }
a { background-color: rgb(39,63,131); }
div.DivClassName
{
background-color: #273F83;
}
.BgClassName
{
background-color: #273F83;
}
</style>
border-color css
<style>
span { border-color: #273F83; }
span { border-color: rgb(39,63,131); }
td.TdClassName
{
border-color: #273F83;
}
.TagClassName
{
border-color: #273F83;
}
</style>