Shades of Resolution Blue #27407B
Tints of Resolution Blue #27407B
RGB
CMYK
RGB Variations
Color information
#27407B (or 0x27407B) is known color: Resolution Blue. HEX triplet: 27, 40 and 7B. RGB value is (39,64,123). Sum of RGB (Red+Green+Blue) = 39+64+123=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #27407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27407B is #D8BF84. Grayscale: #3E3E3E. Windows color (decimal): -14204805 or 8077351. OLE color: 8077351.
HSL color Cylindrical-coordinate representation of color #27407B: hue angle of 222.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27407B is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 64 | 123 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.52 |
| HSL | 222.14º | 0.52% | 0.32% | - |
| HSV(B) | 222.14º | 0.68% | 0.48% | - |
| XYZ | 6.25 | 5.53 | 19.48 | - |
| YUV | 63.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 123 | 0.68 | 0.48 | 0 | 0.52 | 222.14 | 0.52 | 0.32 |
| Hex | 27 | 40 | 7B | 44 | 30 | 0 | 34 | DE | 34 | 20 |
| Octal | 47 | 100 | 173 | 104 | 60 | 0 | 64 | 336 | 64 | 40 |
| Binary | 100111 | 1000000 | 1111011 | 1000100 | 110000 | 0 | 110100 | 11011110 | 110100 | 100000 |
Color Harmonies of #27407B
Complementary color
Monochromatic Colors of #27407B
Black with #27407B
Text Example
Text Example
White with #27407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27407B; }
p { color: rgb(39,64,123); }
H1.HeaderClassName
{
color: #27407B;
}
.AnyTagClassName
{
color: #27407B;
}
</style>
background-color css
<style>
a { background-color: #27407B; }
a { background-color: rgb(39,64,123); }
div.DivClassName
{
background-color: #27407B;
}
.BgClassName
{
background-color: #27407B;
}
</style>
border-color css
<style>
span { border-color: #27407B; }
span { border-color: rgb(39,64,123); }
td.TdClassName
{
border-color: #27407B;
}
.TagClassName
{
border-color: #27407B;
}
</style>