Shades of Lucky Point #27294B
Tints of Lucky Point #27294B
RGB
CMYK
RGB Variations
Color information
#27294B (or 0x27294B) is known color: Lucky Point. HEX triplet: 27, 29 and 4B. RGB value is (39,41,75). Sum of RGB (Red+Green+Blue) = 39+41+75=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #27294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294B is #D8D6B4. Grayscale: #2C2C2C. Windows color (decimal): -14210741 or 4925735. OLE color: 4925735.
HSL color Cylindrical-coordinate representation of color #27294B: hue angle of 236.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27294B is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 41 | 75 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.71 |
| HSL | 236.67º | 0.32% | 0.22% | - |
| HSV(B) | 236.67º | 0.48% | 0.29% | - |
| XYZ | 2.9 | 2.53 | 6.99 | - |
| YUV | 44.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 75 | 0.48 | 0.45 | 0 | 0.71 | 236.67 | 0.32 | 0.22 |
| Hex | 27 | 29 | 4B | 30 | 2D | 0 | 47 | ED | 20 | 16 |
| Octal | 47 | 51 | 113 | 60 | 55 | 0 | 107 | 355 | 40 | 26 |
| Binary | 100111 | 101001 | 1001011 | 110000 | 101101 | 0 | 1000111 | 11101101 | 100000 | 10110 |
Color Harmonies of #27294B
Complementary color
Monochromatic Colors of #27294B
Black with #27294B
Text Example
Text Example
White with #27294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27294B; }
p { color: rgb(39,41,75); }
H1.HeaderClassName
{
color: #27294B;
}
.AnyTagClassName
{
color: #27294B;
}
</style>
background-color css
<style>
a { background-color: #27294B; }
a { background-color: rgb(39,41,75); }
div.DivClassName
{
background-color: #27294B;
}
.BgClassName
{
background-color: #27294B;
}
</style>
border-color css
<style>
span { border-color: #27294B; }
span { border-color: rgb(39,41,75); }
td.TdClassName
{
border-color: #27294B;
}
.TagClassName
{
border-color: #27294B;
}
</style>