Shades of Lucky Point #272B4A
Tints of Lucky Point #272B4A
RGB
CMYK
RGB Variations
Color information
#272B4A (or 0x272B4A) is known color: Lucky Point. HEX triplet: 27, 2B and 4A. RGB value is (39,43,74). Sum of RGB (Red+Green+Blue) = 39+43+74=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #272B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B4A is #D8D4B5. Grayscale: #2D2D2D. Windows color (decimal): -14210230 or 4860711. OLE color: 4860711.
HSL color Cylindrical-coordinate representation of color #272B4A: hue angle of 233.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #272B4A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 43 | 74 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.71 |
| HSL | 233.14º | 0.31% | 0.22% | - |
| HSV(B) | 233.14º | 0.47% | 0.29% | - |
| XYZ | 2.94 | 2.65 | 6.84 | - |
| YUV | 45.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 74 | 0.47 | 0.42 | 0 | 0.71 | 233.14 | 0.31 | 0.22 |
| Hex | 27 | 2B | 4A | 2F | 2A | 0 | 47 | E9 | 1F | 16 |
| Octal | 47 | 53 | 112 | 57 | 52 | 0 | 107 | 351 | 37 | 26 |
| Binary | 100111 | 101011 | 1001010 | 101111 | 101010 | 0 | 1000111 | 11101001 | 11111 | 10110 |
Color Harmonies of #272B4A
Complementary color
Monochromatic Colors of #272B4A
Black with #272B4A
Text Example
Text Example
White with #272B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B4A; }
p { color: rgb(39,43,74); }
H1.HeaderClassName
{
color: #272B4A;
}
.AnyTagClassName
{
color: #272B4A;
}
</style>
background-color css
<style>
a { background-color: #272B4A; }
a { background-color: rgb(39,43,74); }
div.DivClassName
{
background-color: #272B4A;
}
.BgClassName
{
background-color: #272B4A;
}
</style>
border-color css
<style>
span { border-color: #272B4A; }
span { border-color: rgb(39,43,74); }
td.TdClassName
{
border-color: #272B4A;
}
.TagClassName
{
border-color: #272B4A;
}
</style>