Shades of Lucky Point #272D56
Tints of Lucky Point #272D56
RGB
CMYK
RGB Variations
Color information
#272D56 (or 0x272D56) is known color: Lucky Point. HEX triplet: 27, 2D and 56. RGB value is (39,45,86). Sum of RGB (Red+Green+Blue) = 39+45+86=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #272D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D56 is #D8D2A9. Grayscale: #2F2F2F. Windows color (decimal): -14209706 or 5647655. OLE color: 5647655.
HSL color Cylindrical-coordinate representation of color #272D56: hue angle of 232.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272D56 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 45 | 86 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.66 |
| HSL | 232.34º | 0.38% | 0.25% | - |
| HSV(B) | 232.34º | 0.55% | 0.34% | - |
| XYZ | 3.45 | 2.98 | 9.2 | - |
| YUV | 47.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 86 | 0.55 | 0.48 | 0 | 0.66 | 232.34 | 0.38 | 0.25 |
| Hex | 27 | 2D | 56 | 37 | 30 | 0 | 42 | E8 | 26 | 19 |
| Octal | 47 | 55 | 126 | 67 | 60 | 0 | 102 | 350 | 46 | 31 |
| Binary | 100111 | 101101 | 1010110 | 110111 | 110000 | 0 | 1000010 | 11101000 | 100110 | 11001 |
Color Harmonies of #272D56
Complementary color
Monochromatic Colors of #272D56
Black with #272D56
Text Example
Text Example
White with #272D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D56; }
p { color: rgb(39,45,86); }
H1.HeaderClassName
{
color: #272D56;
}
.AnyTagClassName
{
color: #272D56;
}
</style>
background-color css
<style>
a { background-color: #272D56; }
a { background-color: rgb(39,45,86); }
div.DivClassName
{
background-color: #272D56;
}
.BgClassName
{
background-color: #272D56;
}
</style>
border-color css
<style>
span { border-color: #272D56; }
span { border-color: rgb(39,45,86); }
td.TdClassName
{
border-color: #272D56;
}
.TagClassName
{
border-color: #272D56;
}
</style>