Shades of Resolution Blue #273C85
Tints of Resolution Blue #273C85
RGB
CMYK
RGB Variations
Color information
#273C85 (or 0x273C85) is known color: Resolution Blue. HEX triplet: 27, 3C and 85. RGB value is (39,60,133). Sum of RGB (Red+Green+Blue) = 39+60+133=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #273C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C85 is #D8C37A. Grayscale: #3D3D3D. Windows color (decimal): -14205819 or 8731687. OLE color: 8731687.
HSL color Cylindrical-coordinate representation of color #273C85: hue angle of 226.6º 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 #273C85 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 60 | 133 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.48 |
| HSL | 226.6º | 0.55% | 0.34% | - |
| HSV(B) | 226.6º | 0.71% | 0.52% | - |
| XYZ | 6.69 | 5.36 | 22.87 | - |
| YUV | 62.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 133 | 0.71 | 0.55 | 0 | 0.48 | 226.6 | 0.55 | 0.34 |
| Hex | 27 | 3C | 85 | 47 | 37 | 0 | 30 | E3 | 37 | 22 |
| Octal | 47 | 74 | 205 | 107 | 67 | 0 | 60 | 343 | 67 | 42 |
| Binary | 100111 | 111100 | 10000101 | 1000111 | 110111 | 0 | 110000 | 11100011 | 110111 | 100010 |
Color Harmonies of #273C85
Complementary color
Monochromatic Colors of #273C85
Black with #273C85
Text Example
Text Example
White with #273C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C85; }
p { color: rgb(39,60,133); }
H1.HeaderClassName
{
color: #273C85;
}
.AnyTagClassName
{
color: #273C85;
}
</style>
background-color css
<style>
a { background-color: #273C85; }
a { background-color: rgb(39,60,133); }
div.DivClassName
{
background-color: #273C85;
}
.BgClassName
{
background-color: #273C85;
}
</style>
border-color css
<style>
span { border-color: #273C85; }
span { border-color: rgb(39,60,133); }
td.TdClassName
{
border-color: #273C85;
}
.TagClassName
{
border-color: #273C85;
}
</style>