Shades of Lucky Point #262860
Tints of Lucky Point #262860
RGB
CMYK
RGB Variations
Color information
#262860 (or 0x262860) is known color: Lucky Point. HEX triplet: 26, 28 and 60. RGB value is (38,40,96). Sum of RGB (Red+Green+Blue) = 38+40+96=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #262860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262860 is #D9D79F. Grayscale: #2D2D2D. Windows color (decimal): -14276512 or 6301734. OLE color: 6301734.
HSL color Cylindrical-coordinate representation of color #262860: hue angle of 237.93º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262860 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 40 | 96 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.62 |
| HSL | 237.93º | 0.43% | 0.26% | - |
| HSV(B) | 237.93º | 0.6% | 0.38% | - |
| XYZ | 3.67 | 2.77 | 11.41 | - |
| YUV | 45.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 96 | 0.60 | 0.58 | 0 | 0.62 | 237.93 | 0.43 | 0.26 |
| Hex | 26 | 28 | 60 | 3C | 3A | 0 | 3E | EE | 2B | 1A |
| Octal | 46 | 50 | 140 | 74 | 72 | 0 | 76 | 356 | 53 | 32 |
| Binary | 100110 | 101000 | 1100000 | 111100 | 111010 | 0 | 111110 | 11101110 | 101011 | 11010 |
Color Harmonies of #262860
Complementary color
Monochromatic Colors of #262860
Black with #262860
Text Example
Text Example
White with #262860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262860; }
p { color: rgb(38,40,96); }
H1.HeaderClassName
{
color: #262860;
}
.AnyTagClassName
{
color: #262860;
}
</style>
background-color css
<style>
a { background-color: #262860; }
a { background-color: rgb(38,40,96); }
div.DivClassName
{
background-color: #262860;
}
.BgClassName
{
background-color: #262860;
}
</style>
border-color css
<style>
span { border-color: #262860; }
span { border-color: rgb(38,40,96); }
td.TdClassName
{
border-color: #262860;
}
.TagClassName
{
border-color: #262860;
}
</style>