Shades of Resolution Blue #27377F
Tints of Resolution Blue #27377F
RGB
CMYK
RGB Variations
Color information
#27377F (or 0x27377F) is known color: Resolution Blue. HEX triplet: 27, 37 and 7F. RGB value is (39,55,127). Sum of RGB (Red+Green+Blue) = 39+55+127=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #27377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27377F is #D8C880. Grayscale: #3A3A3A. Windows color (decimal): -14207105 or 8337191. OLE color: 8337191.
HSL color Cylindrical-coordinate representation of color #27377F: hue angle of 229.09º 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 #27377F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 55 | 127 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.50 |
| HSL | 229.09º | 0.53% | 0.33% | - |
| HSV(B) | 229.09º | 0.69% | 0.5% | - |
| XYZ | 6.03 | 4.7 | 20.67 | - |
| YUV | 58.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 127 | 0.69 | 0.57 | 0 | 0.50 | 229.09 | 0.53 | 0.33 |
| Hex | 27 | 37 | 7F | 45 | 39 | 0 | 32 | E5 | 35 | 21 |
| Octal | 47 | 67 | 177 | 105 | 71 | 0 | 62 | 345 | 65 | 41 |
| Binary | 100111 | 110111 | 1111111 | 1000101 | 111001 | 0 | 110010 | 11100101 | 110101 | 100001 |
Color Harmonies of #27377F
Complementary color
Monochromatic Colors of #27377F
Black with #27377F
Text Example
Text Example
White with #27377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27377F; }
p { color: rgb(39,55,127); }
H1.HeaderClassName
{
color: #27377F;
}
.AnyTagClassName
{
color: #27377F;
}
</style>
background-color css
<style>
a { background-color: #27377F; }
a { background-color: rgb(39,55,127); }
div.DivClassName
{
background-color: #27377F;
}
.BgClassName
{
background-color: #27377F;
}
</style>
border-color css
<style>
span { border-color: #27377F; }
span { border-color: rgb(39,55,127); }
td.TdClassName
{
border-color: #27377F;
}
.TagClassName
{
border-color: #27377F;
}
</style>