Shades of Resolution Blue #27417E
Tints of Resolution Blue #27417E
RGB
CMYK
RGB Variations
Color information
#27417E (or 0x27417E) is known color: Resolution Blue. HEX triplet: 27, 41 and 7E. RGB value is (39,65,126). Sum of RGB (Red+Green+Blue) = 39+65+126=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #27417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27417E is #D8BE81. Grayscale: #3F3F3F. Windows color (decimal): -14204546 or 8274215. OLE color: 8274215.
HSL color Cylindrical-coordinate representation of color #27417E: hue angle of 222.07º degrees, saturation: 0.53, 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 #27417E is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 65 | 126 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.51 |
| HSL | 222.07º | 0.53% | 0.32% | - |
| HSV(B) | 222.07º | 0.69% | 0.49% | - |
| XYZ | 6.49 | 5.72 | 20.5 | - |
| YUV | 64.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 126 | 0.69 | 0.48 | 0 | 0.51 | 222.07 | 0.53 | 0.32 |
| Hex | 27 | 41 | 7E | 45 | 30 | 0 | 33 | DE | 35 | 20 |
| Octal | 47 | 101 | 176 | 105 | 60 | 0 | 63 | 336 | 65 | 40 |
| Binary | 100111 | 1000001 | 1111110 | 1000101 | 110000 | 0 | 110011 | 11011110 | 110101 | 100000 |
Color Harmonies of #27417E
Complementary color
Monochromatic Colors of #27417E
Black with #27417E
Text Example
Text Example
White with #27417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27417E; }
p { color: rgb(39,65,126); }
H1.HeaderClassName
{
color: #27417E;
}
.AnyTagClassName
{
color: #27417E;
}
</style>
background-color css
<style>
a { background-color: #27417E; }
a { background-color: rgb(39,65,126); }
div.DivClassName
{
background-color: #27417E;
}
.BgClassName
{
background-color: #27417E;
}
</style>
border-color css
<style>
span { border-color: #27417E; }
span { border-color: rgb(39,65,126); }
td.TdClassName
{
border-color: #27417E;
}
.TagClassName
{
border-color: #27417E;
}
</style>