Shades of Lucky Point #272F50
Tints of Lucky Point #272F50
RGB
CMYK
RGB Variations
Color information
#272F50 (or 0x272F50) is known color: Lucky Point. HEX triplet: 27, 2F and 50. RGB value is (39,47,80). Sum of RGB (Red+Green+Blue) = 39+47+80=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #272F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F50 is #D8D0AF. Grayscale: #303030. Windows color (decimal): -14209200 or 5254951. OLE color: 5254951.
HSL color Cylindrical-coordinate representation of color #272F50: hue angle of 228.29º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272F50 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 47 | 80 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.69 |
| HSL | 228.29º | 0.34% | 0.23% | - |
| HSV(B) | 228.29º | 0.51% | 0.31% | - |
| XYZ | 3.3 | 3.04 | 8 | - |
| YUV | 48.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 80 | 0.51 | 0.41 | 0 | 0.69 | 228.29 | 0.34 | 0.23 |
| Hex | 27 | 2F | 50 | 33 | 29 | 0 | 45 | E4 | 22 | 17 |
| Octal | 47 | 57 | 120 | 63 | 51 | 0 | 105 | 344 | 42 | 27 |
| Binary | 100111 | 101111 | 1010000 | 110011 | 101001 | 0 | 1000101 | 11100100 | 100010 | 10111 |
Color Harmonies of #272F50
Complementary color
Monochromatic Colors of #272F50
Black with #272F50
Text Example
Text Example
White with #272F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F50; }
p { color: rgb(39,47,80); }
H1.HeaderClassName
{
color: #272F50;
}
.AnyTagClassName
{
color: #272F50;
}
</style>
background-color css
<style>
a { background-color: #272F50; }
a { background-color: rgb(39,47,80); }
div.DivClassName
{
background-color: #272F50;
}
.BgClassName
{
background-color: #272F50;
}
</style>
border-color css
<style>
span { border-color: #272F50; }
span { border-color: rgb(39,47,80); }
td.TdClassName
{
border-color: #272F50;
}
.TagClassName
{
border-color: #272F50;
}
</style>