Shades of Resolution Blue #27316F
Tints of Resolution Blue #27316F
RGB
CMYK
RGB Variations
Color information
#27316F (or 0x27316F) is known color: Resolution Blue. HEX triplet: 27, 31 and 6F. RGB value is (39,49,111). Sum of RGB (Red+Green+Blue) = 39+49+111=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #27316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27316F is #D8CE90. Grayscale: #343434. Windows color (decimal): -14208657 or 7287079. OLE color: 7287079.
HSL color Cylindrical-coordinate representation of color #27316F: hue angle of 231.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 #27316F is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 49 | 111 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.56 |
| HSL | 231.67º | 0.48% | 0.29% | - |
| HSV(B) | 231.67º | 0.65% | 0.44% | - |
| XYZ | 4.8 | 3.78 | 15.51 | - |
| YUV | 53.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 111 | 0.65 | 0.56 | 0 | 0.56 | 231.67 | 0.48 | 0.29 |
| Hex | 27 | 31 | 6F | 41 | 38 | 0 | 38 | E8 | 30 | 1D |
| Octal | 47 | 61 | 157 | 101 | 70 | 0 | 70 | 350 | 60 | 35 |
| Binary | 100111 | 110001 | 1101111 | 1000001 | 111000 | 0 | 111000 | 11101000 | 110000 | 11101 |
Color Harmonies of #27316F
Complementary color
Monochromatic Colors of #27316F
Black with #27316F
Text Example
Text Example
White with #27316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27316F; }
p { color: rgb(39,49,111); }
H1.HeaderClassName
{
color: #27316F;
}
.AnyTagClassName
{
color: #27316F;
}
</style>
background-color css
<style>
a { background-color: #27316F; }
a { background-color: rgb(39,49,111); }
div.DivClassName
{
background-color: #27316F;
}
.BgClassName
{
background-color: #27316F;
}
</style>
border-color css
<style>
span { border-color: #27316F; }
span { border-color: rgb(39,49,111); }
td.TdClassName
{
border-color: #27316F;
}
.TagClassName
{
border-color: #27316F;
}
</style>