Shades of Lucky Point #272B4B
Tints of Lucky Point #272B4B
RGB
CMYK
RGB Variations
Color information
#272B4B (or 0x272B4B) is known color: Lucky Point. HEX triplet: 27, 2B and 4B. RGB value is (39,43,75). Sum of RGB (Red+Green+Blue) = 39+43+75=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #272B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B4B is #D8D4B4. Grayscale: #2D2D2D. Windows color (decimal): -14210229 or 4926247. OLE color: 4926247.
HSL color Cylindrical-coordinate representation of color #272B4B: hue angle of 233.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #272B4B is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 43 | 75 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.71 |
| HSL | 233.33º | 0.32% | 0.22% | - |
| HSV(B) | 233.33º | 0.48% | 0.29% | - |
| XYZ | 2.97 | 2.67 | 7.01 | - |
| YUV | 45.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 75 | 0.48 | 0.43 | 0 | 0.71 | 233.33 | 0.32 | 0.22 |
| Hex | 27 | 2B | 4B | 30 | 2B | 0 | 47 | E9 | 20 | 16 |
| Octal | 47 | 53 | 113 | 60 | 53 | 0 | 107 | 351 | 40 | 26 |
| Binary | 100111 | 101011 | 1001011 | 110000 | 101011 | 0 | 1000111 | 11101001 | 100000 | 10110 |
Color Harmonies of #272B4B
Complementary color
Monochromatic Colors of #272B4B
Black with #272B4B
Text Example
Text Example
White with #272B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B4B; }
p { color: rgb(39,43,75); }
H1.HeaderClassName
{
color: #272B4B;
}
.AnyTagClassName
{
color: #272B4B;
}
</style>
background-color css
<style>
a { background-color: #272B4B; }
a { background-color: rgb(39,43,75); }
div.DivClassName
{
background-color: #272B4B;
}
.BgClassName
{
background-color: #272B4B;
}
</style>
border-color css
<style>
span { border-color: #272B4B; }
span { border-color: rgb(39,43,75); }
td.TdClassName
{
border-color: #272B4B;
}
.TagClassName
{
border-color: #272B4B;
}
</style>