Shades of Lucky Point #262D49
Tints of Lucky Point #262D49
RGB
CMYK
RGB Variations
Color information
#262D49 (or 0x262D49) is known color: Lucky Point. HEX triplet: 26, 2D and 49. RGB value is (38,45,73). Sum of RGB (Red+Green+Blue) = 38+45+73=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #262D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D49 is #D9D2B6. Grayscale: #2D2D2D. Windows color (decimal): -14275255 or 4795686. OLE color: 4795686.
HSL color Cylindrical-coordinate representation of color #262D49: hue angle of 228º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #262D49 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 45 | 73 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.71 |
| HSL | 228º | 0.32% | 0.22% | - |
| HSV(B) | 228º | 0.48% | 0.29% | - |
| XYZ | 2.94 | 2.77 | 6.68 | - |
| YUV | 46.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 73 | 0.48 | 0.38 | 0 | 0.71 | 228 | 0.32 | 0.22 |
| Hex | 26 | 2D | 49 | 30 | 26 | 0 | 47 | E4 | 20 | 16 |
| Octal | 46 | 55 | 111 | 60 | 46 | 0 | 107 | 344 | 40 | 26 |
| Binary | 100110 | 101101 | 1001001 | 110000 | 100110 | 0 | 1000111 | 11100100 | 100000 | 10110 |
Color Harmonies of #262D49
Complementary color
Monochromatic Colors of #262D49
Black with #262D49
Text Example
Text Example
White with #262D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D49; }
p { color: rgb(38,45,73); }
H1.HeaderClassName
{
color: #262D49;
}
.AnyTagClassName
{
color: #262D49;
}
</style>
background-color css
<style>
a { background-color: #262D49; }
a { background-color: rgb(38,45,73); }
div.DivClassName
{
background-color: #262D49;
}
.BgClassName
{
background-color: #262D49;
}
</style>
border-color css
<style>
span { border-color: #262D49; }
span { border-color: rgb(38,45,73); }
td.TdClassName
{
border-color: #262D49;
}
.TagClassName
{
border-color: #262D49;
}
</style>