Shades of Lucky Point #262D52
Tints of Lucky Point #262D52
RGB
CMYK
RGB Variations
Color information
#262D52 (or 0x262D52) is known color: Lucky Point. HEX triplet: 26, 2D and 52. RGB value is (38,45,82). Sum of RGB (Red+Green+Blue) = 38+45+82=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #262D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D52 is #D9D2AD. Grayscale: #2E2E2E. Windows color (decimal): -14275246 or 5385510. OLE color: 5385510.
HSL color Cylindrical-coordinate representation of color #262D52: hue angle of 230.45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262D52 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 45 | 82 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.68 |
| HSL | 230.45º | 0.37% | 0.24% | - |
| HSV(B) | 230.45º | 0.54% | 0.32% | - |
| XYZ | 3.26 | 2.9 | 8.37 | - |
| YUV | 47.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 82 | 0.54 | 0.45 | 0 | 0.68 | 230.45 | 0.37 | 0.24 |
| Hex | 26 | 2D | 52 | 36 | 2D | 0 | 44 | E6 | 25 | 18 |
| Octal | 46 | 55 | 122 | 66 | 55 | 0 | 104 | 346 | 45 | 30 |
| Binary | 100110 | 101101 | 1010010 | 110110 | 101101 | 0 | 1000100 | 11100110 | 100101 | 11000 |
Color Harmonies of #262D52
Complementary color
Monochromatic Colors of #262D52
Black with #262D52
Text Example
Text Example
White with #262D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D52; }
p { color: rgb(38,45,82); }
H1.HeaderClassName
{
color: #262D52;
}
.AnyTagClassName
{
color: #262D52;
}
</style>
background-color css
<style>
a { background-color: #262D52; }
a { background-color: rgb(38,45,82); }
div.DivClassName
{
background-color: #262D52;
}
.BgClassName
{
background-color: #262D52;
}
</style>
border-color css
<style>
span { border-color: #262D52; }
span { border-color: rgb(38,45,82); }
td.TdClassName
{
border-color: #262D52;
}
.TagClassName
{
border-color: #262D52;
}
</style>