Shades of Lucky Point #262B4D
Tints of Lucky Point #262B4D
RGB
CMYK
RGB Variations
Color information
#262B4D (or 0x262B4D) is known color: Lucky Point. HEX triplet: 26, 2B and 4D. RGB value is (38,43,77). Sum of RGB (Red+Green+Blue) = 38+43+77=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #262B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B4D is #D9D4B2. Grayscale: #2D2D2D. Windows color (decimal): -14275763 or 5057318. OLE color: 5057318.
HSL color Cylindrical-coordinate representation of color #262B4D: hue angle of 232.31º 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 #262B4D is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 43 | 77 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.70 |
| HSL | 232.31º | 0.34% | 0.23% | - |
| HSV(B) | 232.31º | 0.51% | 0.3% | - |
| XYZ | 3 | 2.68 | 7.38 | - |
| YUV | 45.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 77 | 0.51 | 0.44 | 0 | 0.70 | 232.31 | 0.34 | 0.23 |
| Hex | 26 | 2B | 4D | 33 | 2C | 0 | 46 | E8 | 22 | 17 |
| Octal | 46 | 53 | 115 | 63 | 54 | 0 | 106 | 350 | 42 | 27 |
| Binary | 100110 | 101011 | 1001101 | 110011 | 101100 | 0 | 1000110 | 11101000 | 100010 | 10111 |
Color Harmonies of #262B4D
Complementary color
Monochromatic Colors of #262B4D
Black with #262B4D
Text Example
Text Example
White with #262B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B4D; }
p { color: rgb(38,43,77); }
H1.HeaderClassName
{
color: #262B4D;
}
.AnyTagClassName
{
color: #262B4D;
}
</style>
background-color css
<style>
a { background-color: #262B4D; }
a { background-color: rgb(38,43,77); }
div.DivClassName
{
background-color: #262B4D;
}
.BgClassName
{
background-color: #262B4D;
}
</style>
border-color css
<style>
span { border-color: #262B4D; }
span { border-color: rgb(38,43,77); }
td.TdClassName
{
border-color: #262B4D;
}
.TagClassName
{
border-color: #262B4D;
}
</style>