Shades of Lucky Point #272B4E
Tints of Lucky Point #272B4E
RGB
CMYK
RGB Variations
Color information
#272B4E (or 0x272B4E) is known color: Lucky Point. HEX triplet: 27, 2B and 4E. RGB value is (39,43,78). Sum of RGB (Red+Green+Blue) = 39+43+78=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #272B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B4E is #D8D4B1. Grayscale: #2D2D2D. Windows color (decimal): -14210226 or 5122855. OLE color: 5122855.
HSL color Cylindrical-coordinate representation of color #272B4E: hue angle of 233.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272B4E is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 43 | 78 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.69 |
| HSL | 233.85º | 0.33% | 0.23% | - |
| HSV(B) | 233.85º | 0.5% | 0.31% | - |
| XYZ | 3.08 | 2.71 | 7.57 | - |
| YUV | 45.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 78 | 0.50 | 0.45 | 0 | 0.69 | 233.85 | 0.33 | 0.23 |
| Hex | 27 | 2B | 4E | 32 | 2D | 0 | 45 | EA | 21 | 17 |
| Octal | 47 | 53 | 116 | 62 | 55 | 0 | 105 | 352 | 41 | 27 |
| Binary | 100111 | 101011 | 1001110 | 110010 | 101101 | 0 | 1000101 | 11101010 | 100001 | 10111 |
Color Harmonies of #272B4E
Complementary color
Monochromatic Colors of #272B4E
Black with #272B4E
Text Example
Text Example
White with #272B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B4E; }
p { color: rgb(39,43,78); }
H1.HeaderClassName
{
color: #272B4E;
}
.AnyTagClassName
{
color: #272B4E;
}
</style>
background-color css
<style>
a { background-color: #272B4E; }
a { background-color: rgb(39,43,78); }
div.DivClassName
{
background-color: #272B4E;
}
.BgClassName
{
background-color: #272B4E;
}
</style>
border-color css
<style>
span { border-color: #272B4E; }
span { border-color: rgb(39,43,78); }
td.TdClassName
{
border-color: #272B4E;
}
.TagClassName
{
border-color: #272B4E;
}
</style>