Shades of Lucky Point #272E59
Tints of Lucky Point #272E59
RGB
CMYK
RGB Variations
Color information
#272E59 (or 0x272E59) is known color: Lucky Point. HEX triplet: 27, 2E and 59. RGB value is (39,46,89). Sum of RGB (Red+Green+Blue) = 39+46+89=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #272E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E59 is #D8D1A6. Grayscale: #303030. Windows color (decimal): -14209447 or 5844519. OLE color: 5844519.
HSL color Cylindrical-coordinate representation of color #272E59: hue angle of 231.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272E59 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 46 | 89 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.65 |
| HSL | 231.6º | 0.39% | 0.25% | - |
| HSV(B) | 231.6º | 0.56% | 0.35% | - |
| XYZ | 3.62 | 3.11 | 9.86 | - |
| YUV | 48.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 89 | 0.56 | 0.48 | 0 | 0.65 | 231.6 | 0.39 | 0.25 |
| Hex | 27 | 2E | 59 | 38 | 30 | 0 | 41 | E8 | 27 | 19 |
| Octal | 47 | 56 | 131 | 70 | 60 | 0 | 101 | 350 | 47 | 31 |
| Binary | 100111 | 101110 | 1011001 | 111000 | 110000 | 0 | 1000001 | 11101000 | 100111 | 11001 |
Color Harmonies of #272E59
Complementary color
Monochromatic Colors of #272E59
Black with #272E59
Text Example
Text Example
White with #272E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E59; }
p { color: rgb(39,46,89); }
H1.HeaderClassName
{
color: #272E59;
}
.AnyTagClassName
{
color: #272E59;
}
</style>
background-color css
<style>
a { background-color: #272E59; }
a { background-color: rgb(39,46,89); }
div.DivClassName
{
background-color: #272E59;
}
.BgClassName
{
background-color: #272E59;
}
</style>
border-color css
<style>
span { border-color: #272E59; }
span { border-color: rgb(39,46,89); }
td.TdClassName
{
border-color: #272E59;
}
.TagClassName
{
border-color: #272E59;
}
</style>