Shades of Lucky Point #272E5E
Tints of Lucky Point #272E5E
RGB
CMYK
RGB Variations
Color information
#272E5E (or 0x272E5E) is known color: Lucky Point. HEX triplet: 27, 2E and 5E. RGB value is (39,46,94). Sum of RGB (Red+Green+Blue) = 39+46+94=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #272E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E5E is #D8D1A1. Grayscale: #313131. Windows color (decimal): -14209442 or 6172199. OLE color: 6172199.
HSL color Cylindrical-coordinate representation of color #272E5E: hue angle of 232.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272E5E is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 39 | 46 | 94 | - |
CMYK | 0.59 | 0.51 | 0 | 0.63 |
HSL | 232.36º | 0.41% | 0.26% | - |
HSV(B) | 232.36º | 0.59% | 0.37% | - |
XYZ | 3.83 | 3.19 | 11 | - |
YUV | 49.38 | 153.18 | 120.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 39 | 46 | 94 | 0.59 | 0.51 | 0 | 0.63 | 232.36 | 0.41 | 0.26 |
Hex | 27 | 2E | 5E | 3B | 33 | 0 | 3F | E8 | 29 | 1A |
Octal | 47 | 56 | 136 | 73 | 63 | 0 | 77 | 350 | 51 | 32 |
Binary | 100111 | 101110 | 1011110 | 111011 | 110011 | 0 | 111111 | 11101000 | 101001 | 11010 |
Color Harmonies of #272E5E
Complementary color
Monochromatic Colors of #272E5E
Black with #272E5E
Text Example
Text Example
White with #272E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E5E; }
p { color: rgb(39,46,94); }
H1.HeaderClassName
{
color: #272E5E;
}
.AnyTagClassName
{
color: #272E5E;
}
</style>
background-color css
<style>
a { background-color: #272E5E; }
a { background-color: rgb(39,46,94); }
div.DivClassName
{
background-color: #272E5E;
}
.BgClassName
{
background-color: #272E5E;
}
</style>
border-color css
<style>
span { border-color: #272E5E; }
span { border-color: rgb(39,46,94); }
td.TdClassName
{
border-color: #272E5E;
}
.TagClassName
{
border-color: #272E5E;
}
</style>