Shades of Resolution Blue #27407C
Tints of Resolution Blue #27407C
RGB
CMYK
RGB Variations
Color information
#27407C (or 0x27407C) is known color: Resolution Blue. HEX triplet: 27, 40 and 7C. RGB value is (39,64,124). Sum of RGB (Red+Green+Blue) = 39+64+124=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #27407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27407C is #D8BF83. Grayscale: #3F3F3F. Windows color (decimal): -14204804 or 8142887. OLE color: 8142887.
HSL color Cylindrical-coordinate representation of color #27407C: hue angle of 222.35º 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 #27407C is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 64 | 124 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.51 |
| HSL | 222.35º | 0.52% | 0.32% | - |
| HSV(B) | 222.35º | 0.69% | 0.49% | - |
| XYZ | 6.31 | 5.55 | 19.81 | - |
| YUV | 63.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 124 | 0.69 | 0.48 | 0 | 0.51 | 222.35 | 0.52 | 0.32 |
| Hex | 27 | 40 | 7C | 45 | 30 | 0 | 33 | DE | 34 | 20 |
| Octal | 47 | 100 | 174 | 105 | 60 | 0 | 63 | 336 | 64 | 40 |
| Binary | 100111 | 1000000 | 1111100 | 1000101 | 110000 | 0 | 110011 | 11011110 | 110100 | 100000 |
Color Harmonies of #27407C
Complementary color
Monochromatic Colors of #27407C
Black with #27407C
Text Example
Text Example
White with #27407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27407C; }
p { color: rgb(39,64,124); }
H1.HeaderClassName
{
color: #27407C;
}
.AnyTagClassName
{
color: #27407C;
}
</style>
background-color css
<style>
a { background-color: #27407C; }
a { background-color: rgb(39,64,124); }
div.DivClassName
{
background-color: #27407C;
}
.BgClassName
{
background-color: #27407C;
}
</style>
border-color css
<style>
span { border-color: #27407C; }
span { border-color: rgb(39,64,124); }
td.TdClassName
{
border-color: #27407C;
}
.TagClassName
{
border-color: #27407C;
}
</style>