Shades of Lucky Point #272E60
Tints of Lucky Point #272E60
RGB
CMYK
RGB Variations
Color information
#272E60 (or 0x272E60) is known color: Lucky Point. HEX triplet: 27, 2E and 60. RGB value is (39,46,96). Sum of RGB (Red+Green+Blue) = 39+46+96=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #272E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E60 is #D8D19F. Grayscale: #313131. Windows color (decimal): -14209440 or 6303271. OLE color: 6303271.
HSL color Cylindrical-coordinate representation of color #272E60: hue angle of 232.63º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272E60 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 46 | 96 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.62 |
| HSL | 232.63º | 0.42% | 0.26% | - |
| HSV(B) | 232.63º | 0.59% | 0.38% | - |
| XYZ | 3.93 | 3.23 | 11.48 | - |
| YUV | 49.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 96 | 0.59 | 0.52 | 0 | 0.62 | 232.63 | 0.42 | 0.26 |
| Hex | 27 | 2E | 60 | 3B | 34 | 0 | 3E | E9 | 2A | 1A |
| Octal | 47 | 56 | 140 | 73 | 64 | 0 | 76 | 351 | 52 | 32 |
| Binary | 100111 | 101110 | 1100000 | 111011 | 110100 | 0 | 111110 | 11101001 | 101010 | 11010 |
Color Harmonies of #272E60
Complementary color
Monochromatic Colors of #272E60
Black with #272E60
Text Example
Text Example
White with #272E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E60; }
p { color: rgb(39,46,96); }
H1.HeaderClassName
{
color: #272E60;
}
.AnyTagClassName
{
color: #272E60;
}
</style>
background-color css
<style>
a { background-color: #272E60; }
a { background-color: rgb(39,46,96); }
div.DivClassName
{
background-color: #272E60;
}
.BgClassName
{
background-color: #272E60;
}
</style>
border-color css
<style>
span { border-color: #272E60; }
span { border-color: rgb(39,46,96); }
td.TdClassName
{
border-color: #272E60;
}
.TagClassName
{
border-color: #272E60;
}
</style>