Shades of Resolution Blue #27366F
Tints of Resolution Blue #27366F
RGB
CMYK
RGB Variations
Color information
#27366F (or 0x27366F) is known color: Resolution Blue. HEX triplet: 27, 36 and 6F. RGB value is (39,54,111). Sum of RGB (Red+Green+Blue) = 39+54+111=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #27366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27366F is #D8C990. Grayscale: #373737. Windows color (decimal): -14207377 or 7288359. OLE color: 7288359.
HSL color Cylindrical-coordinate representation of color #27366F: hue angle of 227.5º 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 #27366F is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 54 | 111 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.56 |
| HSL | 227.5º | 0.48% | 0.29% | - |
| HSV(B) | 227.5º | 0.65% | 0.44% | - |
| XYZ | 5.03 | 4.22 | 15.59 | - |
| YUV | 56.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 111 | 0.65 | 0.51 | 0 | 0.56 | 227.5 | 0.48 | 0.29 |
| Hex | 27 | 36 | 6F | 41 | 33 | 0 | 38 | E4 | 30 | 1D |
| Octal | 47 | 66 | 157 | 101 | 63 | 0 | 70 | 344 | 60 | 35 |
| Binary | 100111 | 110110 | 1101111 | 1000001 | 110011 | 0 | 111000 | 11100100 | 110000 | 11101 |
Color Harmonies of #27366F
Complementary color
Monochromatic Colors of #27366F
Black with #27366F
Text Example
Text Example
White with #27366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27366F; }
p { color: rgb(39,54,111); }
H1.HeaderClassName
{
color: #27366F;
}
.AnyTagClassName
{
color: #27366F;
}
</style>
background-color css
<style>
a { background-color: #27366F; }
a { background-color: rgb(39,54,111); }
div.DivClassName
{
background-color: #27366F;
}
.BgClassName
{
background-color: #27366F;
}
</style>
border-color css
<style>
span { border-color: #27366F; }
span { border-color: rgb(39,54,111); }
td.TdClassName
{
border-color: #27366F;
}
.TagClassName
{
border-color: #27366F;
}
</style>