Shades of Lucky Point #262C4D
Tints of Lucky Point #262C4D
RGB
CMYK
RGB Variations
Color information
#262C4D (or 0x262C4D) is known color: Lucky Point. HEX triplet: 26, 2C and 4D. RGB value is (38,44,77). Sum of RGB (Red+Green+Blue) = 38+44+77=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #262C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C4D is #D9D3B2. Grayscale: #2D2D2D. Windows color (decimal): -14275507 or 5057574. OLE color: 5057574.
HSL color Cylindrical-coordinate representation of color #262C4D: hue angle of 230.77º 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 #262C4D is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 44 | 77 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.70 |
| HSL | 230.77º | 0.34% | 0.23% | - |
| HSV(B) | 230.77º | 0.51% | 0.3% | - |
| XYZ | 3.04 | 2.75 | 7.39 | - |
| YUV | 45.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 77 | 0.51 | 0.43 | 0 | 0.70 | 230.77 | 0.34 | 0.23 |
| Hex | 26 | 2C | 4D | 33 | 2B | 0 | 46 | E7 | 22 | 17 |
| Octal | 46 | 54 | 115 | 63 | 53 | 0 | 106 | 347 | 42 | 27 |
| Binary | 100110 | 101100 | 1001101 | 110011 | 101011 | 0 | 1000110 | 11100111 | 100010 | 10111 |
Color Harmonies of #262C4D
Complementary color
Monochromatic Colors of #262C4D
Black with #262C4D
Text Example
Text Example
White with #262C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C4D; }
p { color: rgb(38,44,77); }
H1.HeaderClassName
{
color: #262C4D;
}
.AnyTagClassName
{
color: #262C4D;
}
</style>
background-color css
<style>
a { background-color: #262C4D; }
a { background-color: rgb(38,44,77); }
div.DivClassName
{
background-color: #262C4D;
}
.BgClassName
{
background-color: #262C4D;
}
</style>
border-color css
<style>
span { border-color: #262C4D; }
span { border-color: rgb(38,44,77); }
td.TdClassName
{
border-color: #262C4D;
}
.TagClassName
{
border-color: #262C4D;
}
</style>