Shades of Lucky Point #272C53
Tints of Lucky Point #272C53
RGB
CMYK
RGB Variations
Color information
#272C53 (or 0x272C53) is known color: Lucky Point. HEX triplet: 27, 2C and 53. RGB value is (39,44,83). Sum of RGB (Red+Green+Blue) = 39+44+83=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #272C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C53 is #D8D3AC. Grayscale: #2E2E2E. Windows color (decimal): -14209965 or 5450791. OLE color: 5450791.
HSL color Cylindrical-coordinate representation of color #272C53: hue angle of 233.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #272C53 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 44 | 83 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.67 |
| HSL | 233.18º | 0.36% | 0.24% | - |
| HSV(B) | 233.18º | 0.53% | 0.33% | - |
| XYZ | 3.3 | 2.86 | 8.56 | - |
| YUV | 46.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 83 | 0.53 | 0.47 | 0 | 0.67 | 233.18 | 0.36 | 0.24 |
| Hex | 27 | 2C | 53 | 35 | 2F | 0 | 43 | E9 | 24 | 18 |
| Octal | 47 | 54 | 123 | 65 | 57 | 0 | 103 | 351 | 44 | 30 |
| Binary | 100111 | 101100 | 1010011 | 110101 | 101111 | 0 | 1000011 | 11101001 | 100100 | 11000 |
Color Harmonies of #272C53
Complementary color
Monochromatic Colors of #272C53
Black with #272C53
Text Example
Text Example
White with #272C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C53; }
p { color: rgb(39,44,83); }
H1.HeaderClassName
{
color: #272C53;
}
.AnyTagClassName
{
color: #272C53;
}
</style>
background-color css
<style>
a { background-color: #272C53; }
a { background-color: rgb(39,44,83); }
div.DivClassName
{
background-color: #272C53;
}
.BgClassName
{
background-color: #272C53;
}
</style>
border-color css
<style>
span { border-color: #272C53; }
span { border-color: rgb(39,44,83); }
td.TdClassName
{
border-color: #272C53;
}
.TagClassName
{
border-color: #272C53;
}
</style>