Shades of Lucky Point #262D50
Tints of Lucky Point #262D50
RGB
CMYK
RGB Variations
Color information
#262D50 (or 0x262D50) is known color: Lucky Point. HEX triplet: 26, 2D and 50. RGB value is (38,45,80). Sum of RGB (Red+Green+Blue) = 38+45+80=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #262D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D50 is #D9D2AF. Grayscale: #2E2E2E. Windows color (decimal): -14275248 or 5254438. OLE color: 5254438.
HSL color Cylindrical-coordinate representation of color #262D50: hue angle of 230º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #262D50 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 45 | 80 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.69 |
| HSL | 230º | 0.36% | 0.23% | - |
| HSV(B) | 230º | 0.53% | 0.31% | - |
| XYZ | 3.19 | 2.87 | 7.98 | - |
| YUV | 46.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 80 | 0.52 | 0.44 | 0 | 0.69 | 230 | 0.36 | 0.23 |
| Hex | 26 | 2D | 50 | 34 | 2C | 0 | 45 | E6 | 24 | 17 |
| Octal | 46 | 55 | 120 | 64 | 54 | 0 | 105 | 346 | 44 | 27 |
| Binary | 100110 | 101101 | 1010000 | 110100 | 101100 | 0 | 1000101 | 11100110 | 100100 | 10111 |
Color Harmonies of #262D50
Complementary color
Monochromatic Colors of #262D50
Black with #262D50
Text Example
Text Example
White with #262D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D50; }
p { color: rgb(38,45,80); }
H1.HeaderClassName
{
color: #262D50;
}
.AnyTagClassName
{
color: #262D50;
}
</style>
background-color css
<style>
a { background-color: #262D50; }
a { background-color: rgb(38,45,80); }
div.DivClassName
{
background-color: #262D50;
}
.BgClassName
{
background-color: #262D50;
}
</style>
border-color css
<style>
span { border-color: #262D50; }
span { border-color: rgb(38,45,80); }
td.TdClassName
{
border-color: #262D50;
}
.TagClassName
{
border-color: #262D50;
}
</style>