Shades of Resolution Blue #273D85
Tints of Resolution Blue #273D85
RGB
CMYK
RGB Variations
Color information
#273D85 (or 0x273D85) is known color: Resolution Blue. HEX triplet: 27, 3D and 85. RGB value is (39,61,133). Sum of RGB (Red+Green+Blue) = 39+61+133=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #273D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273D85 is #D8C27A. Grayscale: #3E3E3E. Windows color (decimal): -14205563 or 8731943. OLE color: 8731943.
HSL color Cylindrical-coordinate representation of color #273D85: hue angle of 225.96º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273D85 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 61 | 133 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.48 |
| HSL | 225.96º | 0.55% | 0.34% | - |
| HSV(B) | 225.96º | 0.71% | 0.52% | - |
| XYZ | 6.74 | 5.46 | 22.89 | - |
| YUV | 62.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 133 | 0.71 | 0.54 | 0 | 0.48 | 225.96 | 0.55 | 0.34 |
| Hex | 27 | 3D | 85 | 47 | 36 | 0 | 30 | E2 | 37 | 22 |
| Octal | 47 | 75 | 205 | 107 | 66 | 0 | 60 | 342 | 67 | 42 |
| Binary | 100111 | 111101 | 10000101 | 1000111 | 110110 | 0 | 110000 | 11100010 | 110111 | 100010 |
Color Harmonies of #273D85
Complementary color
Monochromatic Colors of #273D85
Black with #273D85
Text Example
Text Example
White with #273D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D85; }
p { color: rgb(39,61,133); }
H1.HeaderClassName
{
color: #273D85;
}
.AnyTagClassName
{
color: #273D85;
}
</style>
background-color css
<style>
a { background-color: #273D85; }
a { background-color: rgb(39,61,133); }
div.DivClassName
{
background-color: #273D85;
}
.BgClassName
{
background-color: #273D85;
}
</style>
border-color css
<style>
span { border-color: #273D85; }
span { border-color: rgb(39,61,133); }
td.TdClassName
{
border-color: #273D85;
}
.TagClassName
{
border-color: #273D85;
}
</style>