Shades of Resolution Blue #27368E
Tints of Resolution Blue #27368E
RGB
CMYK
RGB Variations
Color information
#27368E (or 0x27368E) is known color: Resolution Blue. HEX triplet: 27, 36 and 8E. RGB value is (39,54,142). Sum of RGB (Red+Green+Blue) = 39+54+142=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #27368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27368E is #D8C971. Grayscale: #3B3B3B. Windows color (decimal): -14207346 or 9319975. OLE color: 9319975.
HSL color Cylindrical-coordinate representation of color #27368E: hue angle of 231.26º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27368E is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 54 | 142 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.44 |
| HSL | 231.26º | 0.57% | 0.35% | - |
| HSV(B) | 231.26º | 0.73% | 0.56% | - |
| XYZ | 7.04 | 5.02 | 26.19 | - |
| YUV | 59.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 142 | 0.73 | 0.62 | 0 | 0.44 | 231.26 | 0.57 | 0.35 |
| Hex | 27 | 36 | 8E | 49 | 3E | 0 | 2C | E7 | 39 | 23 |
| Octal | 47 | 66 | 216 | 111 | 76 | 0 | 54 | 347 | 71 | 43 |
| Binary | 100111 | 110110 | 10001110 | 1001001 | 111110 | 0 | 101100 | 11100111 | 111001 | 100011 |
Color Harmonies of #27368E
Complementary color
Monochromatic Colors of #27368E
Black with #27368E
Text Example
Text Example
White with #27368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27368E; }
p { color: rgb(39,54,142); }
H1.HeaderClassName
{
color: #27368E;
}
.AnyTagClassName
{
color: #27368E;
}
</style>
background-color css
<style>
a { background-color: #27368E; }
a { background-color: rgb(39,54,142); }
div.DivClassName
{
background-color: #27368E;
}
.BgClassName
{
background-color: #27368E;
}
</style>
border-color css
<style>
span { border-color: #27368E; }
span { border-color: rgb(39,54,142); }
td.TdClassName
{
border-color: #27368E;
}
.TagClassName
{
border-color: #27368E;
}
</style>