Shades of Lucky Point #27294D
Tints of Lucky Point #27294D
RGB
CMYK
RGB Variations
Color information
#27294D (or 0x27294D) is known color: Lucky Point. HEX triplet: 27, 29 and 4D. RGB value is (39,41,77). Sum of RGB (Red+Green+Blue) = 39+41+77=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #27294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27294D is #D8D6B2. Grayscale: #2C2C2C. Windows color (decimal): -14210739 or 5056807. OLE color: 5056807.
HSL color Cylindrical-coordinate representation of color #27294D: hue angle of 236.84º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27294D is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 41 | 77 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.70 |
| HSL | 236.84º | 0.33% | 0.23% | - |
| HSV(B) | 236.84º | 0.49% | 0.3% | - |
| XYZ | 2.97 | 2.55 | 7.36 | - |
| YUV | 44.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 77 | 0.49 | 0.47 | 0 | 0.70 | 236.84 | 0.33 | 0.23 |
| Hex | 27 | 29 | 4D | 31 | 2F | 0 | 46 | ED | 21 | 17 |
| Octal | 47 | 51 | 115 | 61 | 57 | 0 | 106 | 355 | 41 | 27 |
| Binary | 100111 | 101001 | 1001101 | 110001 | 101111 | 0 | 1000110 | 11101101 | 100001 | 10111 |
Color Harmonies of #27294D
Complementary color
Monochromatic Colors of #27294D
Black with #27294D
Text Example
Text Example
White with #27294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27294D; }
p { color: rgb(39,41,77); }
H1.HeaderClassName
{
color: #27294D;
}
.AnyTagClassName
{
color: #27294D;
}
</style>
background-color css
<style>
a { background-color: #27294D; }
a { background-color: rgb(39,41,77); }
div.DivClassName
{
background-color: #27294D;
}
.BgClassName
{
background-color: #27294D;
}
</style>
border-color css
<style>
span { border-color: #27294D; }
span { border-color: rgb(39,41,77); }
td.TdClassName
{
border-color: #27294D;
}
.TagClassName
{
border-color: #27294D;
}
</style>