Shades of Resolution Blue #27417D
Tints of Resolution Blue #27417D
RGB
CMYK
RGB Variations
Color information
#27417D (or 0x27417D) is known color: Resolution Blue. HEX triplet: 27, 41 and 7D. RGB value is (39,65,125). Sum of RGB (Red+Green+Blue) = 39+65+125=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #27417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27417D is #D8BE82. Grayscale: #3F3F3F. Windows color (decimal): -14204547 or 8208679. OLE color: 8208679.
HSL color Cylindrical-coordinate representation of color #27417D: hue angle of 221.86º 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 #27417D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 65 | 125 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.51 |
| HSL | 221.86º | 0.52% | 0.32% | - |
| HSV(B) | 221.86º | 0.69% | 0.49% | - |
| XYZ | 6.43 | 5.69 | 20.16 | - |
| YUV | 64.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 125 | 0.69 | 0.48 | 0 | 0.51 | 221.86 | 0.52 | 0.32 |
| Hex | 27 | 41 | 7D | 45 | 30 | 0 | 33 | DE | 34 | 20 |
| Octal | 47 | 101 | 175 | 105 | 60 | 0 | 63 | 336 | 64 | 40 |
| Binary | 100111 | 1000001 | 1111101 | 1000101 | 110000 | 0 | 110011 | 11011110 | 110100 | 100000 |
Color Harmonies of #27417D
Complementary color
Monochromatic Colors of #27417D
Black with #27417D
Text Example
Text Example
White with #27417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27417D; }
p { color: rgb(39,65,125); }
H1.HeaderClassName
{
color: #27417D;
}
.AnyTagClassName
{
color: #27417D;
}
</style>
background-color css
<style>
a { background-color: #27417D; }
a { background-color: rgb(39,65,125); }
div.DivClassName
{
background-color: #27417D;
}
.BgClassName
{
background-color: #27417D;
}
</style>
border-color css
<style>
span { border-color: #27417D; }
span { border-color: rgb(39,65,125); }
td.TdClassName
{
border-color: #27417D;
}
.TagClassName
{
border-color: #27417D;
}
</style>