Shades of Lucky Point #262758
Tints of Lucky Point #262758
RGB
CMYK
RGB Variations
Color information
#262758 (or 0x262758) is known color: Lucky Point. HEX triplet: 26, 27 and 58. RGB value is (38,39,88). Sum of RGB (Red+Green+Blue) = 38+39+88=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #262758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262758 is #D9D8A7. Grayscale: #2C2C2C. Windows color (decimal): -14276776 or 5777190. OLE color: 5777190.
HSL color Cylindrical-coordinate representation of color #262758: hue angle of 238.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #262758 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 39 | 88 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.65 |
| HSL | 238.8º | 0.4% | 0.25% | - |
| HSV(B) | 238.8º | 0.57% | 0.35% | - |
| XYZ | 3.29 | 2.57 | 9.55 | - |
| YUV | 44.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 88 | 0.57 | 0.56 | 0 | 0.65 | 238.8 | 0.4 | 0.25 |
| Hex | 26 | 27 | 58 | 39 | 38 | 0 | 41 | EF | 28 | 19 |
| Octal | 46 | 47 | 130 | 71 | 70 | 0 | 101 | 357 | 50 | 31 |
| Binary | 100110 | 100111 | 1011000 | 111001 | 111000 | 0 | 1000001 | 11101111 | 101000 | 11001 |
Color Harmonies of #262758
Complementary color
Monochromatic Colors of #262758
Black with #262758
Text Example
Text Example
White with #262758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262758; }
p { color: rgb(38,39,88); }
H1.HeaderClassName
{
color: #262758;
}
.AnyTagClassName
{
color: #262758;
}
</style>
background-color css
<style>
a { background-color: #262758; }
a { background-color: rgb(38,39,88); }
div.DivClassName
{
background-color: #262758;
}
.BgClassName
{
background-color: #262758;
}
</style>
border-color css
<style>
span { border-color: #262758; }
span { border-color: rgb(38,39,88); }
td.TdClassName
{
border-color: #262758;
}
.TagClassName
{
border-color: #262758;
}
</style>