Shades of Resolution Blue #27356D
Tints of Resolution Blue #27356D
RGB
CMYK
RGB Variations
Color information
#27356D (or 0x27356D) is known color: Resolution Blue. HEX triplet: 27, 35 and 6D. RGB value is (39,53,109). Sum of RGB (Red+Green+Blue) = 39+53+109=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #27356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27356D is #D8CA92. Grayscale: #363636. Windows color (decimal): -14207635 or 7157031. OLE color: 7157031.
HSL color Cylindrical-coordinate representation of color #27356D: hue angle of 228º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27356D is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 53 | 109 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.57 |
| HSL | 228º | 0.47% | 0.29% | - |
| HSV(B) | 228º | 0.64% | 0.43% | - |
| XYZ | 4.87 | 4.08 | 15 | - |
| YUV | 55.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 109 | 0.64 | 0.51 | 0 | 0.57 | 228 | 0.47 | 0.29 |
| Hex | 27 | 35 | 6D | 40 | 33 | 0 | 39 | E4 | 2F | 1D |
| Octal | 47 | 65 | 155 | 100 | 63 | 0 | 71 | 344 | 57 | 35 |
| Binary | 100111 | 110101 | 1101101 | 1000000 | 110011 | 0 | 111001 | 11100100 | 101111 | 11101 |
Color Harmonies of #27356D
Complementary color
Monochromatic Colors of #27356D
Black with #27356D
Text Example
Text Example
White with #27356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27356D; }
p { color: rgb(39,53,109); }
H1.HeaderClassName
{
color: #27356D;
}
.AnyTagClassName
{
color: #27356D;
}
</style>
background-color css
<style>
a { background-color: #27356D; }
a { background-color: rgb(39,53,109); }
div.DivClassName
{
background-color: #27356D;
}
.BgClassName
{
background-color: #27356D;
}
</style>
border-color css
<style>
span { border-color: #27356D; }
span { border-color: rgb(39,53,109); }
td.TdClassName
{
border-color: #27356D;
}
.TagClassName
{
border-color: #27356D;
}
</style>