Shades of Resolution Blue #27376F
Tints of Resolution Blue #27376F
RGB
CMYK
RGB Variations
Color information
#27376F (or 0x27376F) is known color: Resolution Blue. HEX triplet: 27, 37 and 6F. RGB value is (39,55,111). Sum of RGB (Red+Green+Blue) = 39+55+111=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #27376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27376F is #D8C890. Grayscale: #383838. Windows color (decimal): -14207121 or 7288615. OLE color: 7288615.
HSL color Cylindrical-coordinate representation of color #27376F: hue angle of 226.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27376F is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 55 | 111 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.56 |
| HSL | 226.67º | 0.48% | 0.29% | - |
| HSV(B) | 226.67º | 0.65% | 0.44% | - |
| XYZ | 5.07 | 4.31 | 15.6 | - |
| YUV | 56.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 111 | 0.65 | 0.50 | 0 | 0.56 | 226.67 | 0.48 | 0.29 |
| Hex | 27 | 37 | 6F | 41 | 32 | 0 | 38 | E3 | 30 | 1D |
| Octal | 47 | 67 | 157 | 101 | 62 | 0 | 70 | 343 | 60 | 35 |
| Binary | 100111 | 110111 | 1101111 | 1000001 | 110010 | 0 | 111000 | 11100011 | 110000 | 11101 |
Color Harmonies of #27376F
Complementary color
Monochromatic Colors of #27376F
Black with #27376F
Text Example
Text Example
White with #27376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27376F; }
p { color: rgb(39,55,111); }
H1.HeaderClassName
{
color: #27376F;
}
.AnyTagClassName
{
color: #27376F;
}
</style>
background-color css
<style>
a { background-color: #27376F; }
a { background-color: rgb(39,55,111); }
div.DivClassName
{
background-color: #27376F;
}
.BgClassName
{
background-color: #27376F;
}
</style>
border-color css
<style>
span { border-color: #27376F; }
span { border-color: rgb(39,55,111); }
td.TdClassName
{
border-color: #27376F;
}
.TagClassName
{
border-color: #27376F;
}
</style>