Shades of Resolution Blue #27407F
Tints of Resolution Blue #27407F
RGB
CMYK
RGB Variations
Color information
#27407F (or 0x27407F) is known color: Resolution Blue. HEX triplet: 27, 40 and 7F. RGB value is (39,64,127). Sum of RGB (Red+Green+Blue) = 39+64+127=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #27407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27407F is #D8BF80. Grayscale: #3F3F3F. Windows color (decimal): -14204801 or 8339495. OLE color: 8339495.
HSL color Cylindrical-coordinate representation of color #27407F: hue angle of 222.95º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27407F is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 64 | 127 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.50 |
| HSL | 222.95º | 0.53% | 0.33% | - |
| HSV(B) | 222.95º | 0.69% | 0.5% | - |
| XYZ | 6.5 | 5.63 | 20.82 | - |
| YUV | 63.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 127 | 0.69 | 0.50 | 0 | 0.50 | 222.95 | 0.53 | 0.33 |
| Hex | 27 | 40 | 7F | 45 | 32 | 0 | 32 | DF | 35 | 21 |
| Octal | 47 | 100 | 177 | 105 | 62 | 0 | 62 | 337 | 65 | 41 |
| Binary | 100111 | 1000000 | 1111111 | 1000101 | 110010 | 0 | 110010 | 11011111 | 110101 | 100001 |
Color Harmonies of #27407F
Complementary color
Monochromatic Colors of #27407F
Black with #27407F
Text Example
Text Example
White with #27407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27407F; }
p { color: rgb(39,64,127); }
H1.HeaderClassName
{
color: #27407F;
}
.AnyTagClassName
{
color: #27407F;
}
</style>
background-color css
<style>
a { background-color: #27407F; }
a { background-color: rgb(39,64,127); }
div.DivClassName
{
background-color: #27407F;
}
.BgClassName
{
background-color: #27407F;
}
</style>
border-color css
<style>
span { border-color: #27407F; }
span { border-color: rgb(39,64,127); }
td.TdClassName
{
border-color: #27407F;
}
.TagClassName
{
border-color: #27407F;
}
</style>