Shades of Lucky Point #273256
Tints of Lucky Point #273256
RGB
CMYK
RGB Variations
Color information
#273256 (or 0x273256) is known color: Lucky Point. HEX triplet: 27, 32 and 56. RGB value is (39,50,86). Sum of RGB (Red+Green+Blue) = 39+50+86=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #273256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273256 is #D8CDA9. Grayscale: #323232. Windows color (decimal): -14208426 or 5648935. OLE color: 5648935.
HSL color Cylindrical-coordinate representation of color #273256: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273256 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 50 | 86 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.66 |
| HSL | 225.96º | 0.38% | 0.25% | - |
| HSV(B) | 225.96º | 0.55% | 0.34% | - |
| XYZ | 3.66 | 3.38 | 9.26 | - |
| YUV | 50.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 86 | 0.55 | 0.42 | 0 | 0.66 | 225.96 | 0.38 | 0.25 |
| Hex | 27 | 32 | 56 | 37 | 2A | 0 | 42 | E2 | 26 | 19 |
| Octal | 47 | 62 | 126 | 67 | 52 | 0 | 102 | 342 | 46 | 31 |
| Binary | 100111 | 110010 | 1010110 | 110111 | 101010 | 0 | 1000010 | 11100010 | 100110 | 11001 |
Color Harmonies of #273256
Complementary color
Monochromatic Colors of #273256
Black with #273256
Text Example
Text Example
White with #273256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273256; }
p { color: rgb(39,50,86); }
H1.HeaderClassName
{
color: #273256;
}
.AnyTagClassName
{
color: #273256;
}
</style>
background-color css
<style>
a { background-color: #273256; }
a { background-color: rgb(39,50,86); }
div.DivClassName
{
background-color: #273256;
}
.BgClassName
{
background-color: #273256;
}
</style>
border-color css
<style>
span { border-color: #273256; }
span { border-color: rgb(39,50,86); }
td.TdClassName
{
border-color: #273256;
}
.TagClassName
{
border-color: #273256;
}
</style>