Shades of Lucky Point #272B5D
Tints of Lucky Point #272B5D
RGB
CMYK
RGB Variations
Color information
#272B5D (or 0x272B5D) is known color: Lucky Point. HEX triplet: 27, 2B and 5D. RGB value is (39,43,93). Sum of RGB (Red+Green+Blue) = 39+43+93=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #272B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B5D is #D8D4A2. Grayscale: #2F2F2F. Windows color (decimal): -14210211 or 6105895. OLE color: 6105895.
HSL color Cylindrical-coordinate representation of color #272B5D: hue angle of 235.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272B5D is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 43 | 93 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.64 |
| HSL | 235.56º | 0.41% | 0.26% | - |
| HSV(B) | 235.56º | 0.58% | 0.36% | - |
| XYZ | 3.68 | 2.95 | 10.73 | - |
| YUV | 47.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 93 | 0.58 | 0.54 | 0 | 0.64 | 235.56 | 0.41 | 0.26 |
| Hex | 27 | 2B | 5D | 3A | 36 | 0 | 40 | EC | 29 | 1A |
| Octal | 47 | 53 | 135 | 72 | 66 | 0 | 100 | 354 | 51 | 32 |
| Binary | 100111 | 101011 | 1011101 | 111010 | 110110 | 0 | 1000000 | 11101100 | 101001 | 11010 |
Color Harmonies of #272B5D
Complementary color
Monochromatic Colors of #272B5D
Black with #272B5D
Text Example
Text Example
White with #272B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B5D; }
p { color: rgb(39,43,93); }
H1.HeaderClassName
{
color: #272B5D;
}
.AnyTagClassName
{
color: #272B5D;
}
</style>
background-color css
<style>
a { background-color: #272B5D; }
a { background-color: rgb(39,43,93); }
div.DivClassName
{
background-color: #272B5D;
}
.BgClassName
{
background-color: #272B5D;
}
</style>
border-color css
<style>
span { border-color: #272B5D; }
span { border-color: rgb(39,43,93); }
td.TdClassName
{
border-color: #272B5D;
}
.TagClassName
{
border-color: #272B5D;
}
</style>