Shades of Resolution Blue #273C7C
Tints of Resolution Blue #273C7C
RGB
CMYK
RGB Variations
Color information
#273C7C (or 0x273C7C) is known color: Resolution Blue. HEX triplet: 27, 3C and 7C. RGB value is (39,60,124). Sum of RGB (Red+Green+Blue) = 39+60+124=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #273C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7C is #D8C383. Grayscale: #3C3C3C. Windows color (decimal): -14205828 or 8141863. OLE color: 8141863.
HSL color Cylindrical-coordinate representation of color #273C7C: hue angle of 225.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273C7C is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 60 | 124 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.51 |
| HSL | 225.18º | 0.52% | 0.32% | - |
| HSV(B) | 225.18º | 0.69% | 0.49% | - |
| XYZ | 6.09 | 5.12 | 19.74 | - |
| YUV | 61.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 124 | 0.69 | 0.52 | 0 | 0.51 | 225.18 | 0.52 | 0.32 |
| Hex | 27 | 3C | 7C | 45 | 34 | 0 | 33 | E1 | 34 | 20 |
| Octal | 47 | 74 | 174 | 105 | 64 | 0 | 63 | 341 | 64 | 40 |
| Binary | 100111 | 111100 | 1111100 | 1000101 | 110100 | 0 | 110011 | 11100001 | 110100 | 100000 |
Color Harmonies of #273C7C
Complementary color
Monochromatic Colors of #273C7C
Black with #273C7C
Text Example
Text Example
White with #273C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C7C; }
p { color: rgb(39,60,124); }
H1.HeaderClassName
{
color: #273C7C;
}
.AnyTagClassName
{
color: #273C7C;
}
</style>
background-color css
<style>
a { background-color: #273C7C; }
a { background-color: rgb(39,60,124); }
div.DivClassName
{
background-color: #273C7C;
}
.BgClassName
{
background-color: #273C7C;
}
</style>
border-color css
<style>
span { border-color: #273C7C; }
span { border-color: rgb(39,60,124); }
td.TdClassName
{
border-color: #273C7C;
}
.TagClassName
{
border-color: #273C7C;
}
</style>