Shades of Lucky Point #262D4D
Tints of Lucky Point #262D4D
RGB
CMYK
RGB Variations
Color information
#262D4D (or 0x262D4D) is known color: Lucky Point. HEX triplet: 26, 2D and 4D. RGB value is (38,45,77). Sum of RGB (Red+Green+Blue) = 38+45+77=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #262D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D4D is #D9D2B2. Grayscale: #2E2E2E. Windows color (decimal): -14275251 or 5057830. OLE color: 5057830.
HSL color Cylindrical-coordinate representation of color #262D4D: hue angle of 229.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #262D4D is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 45 | 77 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.70 |
| HSL | 229.23º | 0.34% | 0.23% | - |
| HSV(B) | 229.23º | 0.51% | 0.3% | - |
| XYZ | 3.08 | 2.82 | 7.4 | - |
| YUV | 46.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 77 | 0.51 | 0.42 | 0 | 0.70 | 229.23 | 0.34 | 0.23 |
| Hex | 26 | 2D | 4D | 33 | 2A | 0 | 46 | E5 | 22 | 17 |
| Octal | 46 | 55 | 115 | 63 | 52 | 0 | 106 | 345 | 42 | 27 |
| Binary | 100110 | 101101 | 1001101 | 110011 | 101010 | 0 | 1000110 | 11100101 | 100010 | 10111 |
Color Harmonies of #262D4D
Complementary color
Monochromatic Colors of #262D4D
Black with #262D4D
Text Example
Text Example
White with #262D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D4D; }
p { color: rgb(38,45,77); }
H1.HeaderClassName
{
color: #262D4D;
}
.AnyTagClassName
{
color: #262D4D;
}
</style>
background-color css
<style>
a { background-color: #262D4D; }
a { background-color: rgb(38,45,77); }
div.DivClassName
{
background-color: #262D4D;
}
.BgClassName
{
background-color: #262D4D;
}
</style>
border-color css
<style>
span { border-color: #262D4D; }
span { border-color: rgb(38,45,77); }
td.TdClassName
{
border-color: #262D4D;
}
.TagClassName
{
border-color: #262D4D;
}
</style>