Shades of Resolution Blue #27427B
Tints of Resolution Blue #27427B
RGB
CMYK
RGB Variations
Color information
#27427B (or 0x27427B) is known color: Resolution Blue. HEX triplet: 27, 42 and 7B. RGB value is (39,66,123). Sum of RGB (Red+Green+Blue) = 39+66+123=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #27427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427B is #D8BD84. Grayscale: #404040. Windows color (decimal): -14204293 or 8077863. OLE color: 8077863.
HSL color Cylindrical-coordinate representation of color #27427B: hue angle of 220.71º 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 #27427B is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 66 | 123 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.52 |
| HSL | 220.71º | 0.52% | 0.32% | - |
| HSV(B) | 220.71º | 0.68% | 0.48% | - |
| XYZ | 6.36 | 5.76 | 19.52 | - |
| YUV | 64.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 123 | 0.68 | 0.46 | 0 | 0.52 | 220.71 | 0.52 | 0.32 |
| Hex | 27 | 42 | 7B | 44 | 2E | 0 | 34 | DD | 34 | 20 |
| Octal | 47 | 102 | 173 | 104 | 56 | 0 | 64 | 335 | 64 | 40 |
| Binary | 100111 | 1000010 | 1111011 | 1000100 | 101110 | 0 | 110100 | 11011101 | 110100 | 100000 |
Color Harmonies of #27427B
Complementary color
Monochromatic Colors of #27427B
Black with #27427B
Text Example
Text Example
White with #27427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27427B; }
p { color: rgb(39,66,123); }
H1.HeaderClassName
{
color: #27427B;
}
.AnyTagClassName
{
color: #27427B;
}
</style>
background-color css
<style>
a { background-color: #27427B; }
a { background-color: rgb(39,66,123); }
div.DivClassName
{
background-color: #27427B;
}
.BgClassName
{
background-color: #27427B;
}
</style>
border-color css
<style>
span { border-color: #27427B; }
span { border-color: rgb(39,66,123); }
td.TdClassName
{
border-color: #27427B;
}
.TagClassName
{
border-color: #27427B;
}
</style>