Shades of Resolution Blue #273C82
Tints of Resolution Blue #273C82
RGB
CMYK
RGB Variations
Color information
#273C82 (or 0x273C82) is known color: Resolution Blue. HEX triplet: 27, 3C and 82. RGB value is (39,60,130). Sum of RGB (Red+Green+Blue) = 39+60+130=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #273C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273C82 is #D8C37D. Grayscale: #3D3D3D. Windows color (decimal): -14205822 or 8535079. OLE color: 8535079.
HSL color Cylindrical-coordinate representation of color #273C82: hue angle of 226.15º 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 #273C82 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 60 | 130 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.49 |
| HSL | 226.15º | 0.54% | 0.33% | - |
| HSV(B) | 226.15º | 0.7% | 0.51% | - |
| XYZ | 6.48 | 5.27 | 21.8 | - |
| YUV | 61.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 130 | 0.70 | 0.54 | 0 | 0.49 | 226.15 | 0.54 | 0.33 |
| Hex | 27 | 3C | 82 | 46 | 36 | 0 | 31 | E2 | 36 | 21 |
| Octal | 47 | 74 | 202 | 106 | 66 | 0 | 61 | 342 | 66 | 41 |
| Binary | 100111 | 111100 | 10000010 | 1000110 | 110110 | 0 | 110001 | 11100010 | 110110 | 100001 |
Color Harmonies of #273C82
Complementary color
Monochromatic Colors of #273C82
Black with #273C82
Text Example
Text Example
White with #273C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C82; }
p { color: rgb(39,60,130); }
H1.HeaderClassName
{
color: #273C82;
}
.AnyTagClassName
{
color: #273C82;
}
</style>
background-color css
<style>
a { background-color: #273C82; }
a { background-color: rgb(39,60,130); }
div.DivClassName
{
background-color: #273C82;
}
.BgClassName
{
background-color: #273C82;
}
</style>
border-color css
<style>
span { border-color: #273C82; }
span { border-color: rgb(39,60,130); }
td.TdClassName
{
border-color: #273C82;
}
.TagClassName
{
border-color: #273C82;
}
</style>