Shades of Lucky Point #272F5E
Tints of Lucky Point #272F5E
RGB
CMYK
RGB Variations
Color information
#272F5E (or 0x272F5E) is known color: Lucky Point. HEX triplet: 27, 2F and 5E. RGB value is (39,47,94). Sum of RGB (Red+Green+Blue) = 39+47+94=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #272F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F5E is #D8D0A1. Grayscale: #313131. Windows color (decimal): -14209186 or 6172455. OLE color: 6172455.
HSL color Cylindrical-coordinate representation of color #272F5E: hue angle of 231.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272F5E is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 47 | 94 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.63 |
| HSL | 231.27º | 0.41% | 0.26% | - |
| HSV(B) | 231.27º | 0.59% | 0.37% | - |
| XYZ | 3.87 | 3.27 | 11.02 | - |
| YUV | 49.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 94 | 0.59 | 0.5 | 0 | 0.63 | 231.27 | 0.41 | 0.26 |
| Hex | 27 | 2F | 5E | 3B | 32 | 0 | 3F | E7 | 29 | 1A |
| Octal | 47 | 57 | 136 | 73 | 62 | 0 | 77 | 347 | 51 | 32 |
| Binary | 100111 | 101111 | 1011110 | 111011 | 110010 | 0 | 111111 | 11100111 | 101001 | 11010 |
Color Harmonies of #272F5E
Complementary color
Monochromatic Colors of #272F5E
Black with #272F5E
Text Example
Text Example
White with #272F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F5E; }
p { color: rgb(39,47,94); }
H1.HeaderClassName
{
color: #272F5E;
}
.AnyTagClassName
{
color: #272F5E;
}
</style>
background-color css
<style>
a { background-color: #272F5E; }
a { background-color: rgb(39,47,94); }
div.DivClassName
{
background-color: #272F5E;
}
.BgClassName
{
background-color: #272F5E;
}
</style>
border-color css
<style>
span { border-color: #272F5E; }
span { border-color: rgb(39,47,94); }
td.TdClassName
{
border-color: #272F5E;
}
.TagClassName
{
border-color: #272F5E;
}
</style>