Shades of Lucky Point #262A4D
Tints of Lucky Point #262A4D
RGB
CMYK
RGB Variations
Color information
#262A4D (or 0x262A4D) is known color: Lucky Point. HEX triplet: 26, 2A and 4D. RGB value is (38,42,77). Sum of RGB (Red+Green+Blue) = 38+42+77=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #262A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A4D is #D9D5B2. Grayscale: #2C2C2C. Windows color (decimal): -14276019 or 5057062. OLE color: 5057062.
HSL color Cylindrical-coordinate representation of color #262A4D: hue angle of 233.85º 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 #262A4D is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 42 | 77 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.70 |
| HSL | 233.85º | 0.34% | 0.23% | - |
| HSV(B) | 233.85º | 0.51% | 0.3% | - |
| XYZ | 2.97 | 2.6 | 7.37 | - |
| YUV | 44.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 77 | 0.51 | 0.45 | 0 | 0.70 | 233.85 | 0.34 | 0.23 |
| Hex | 26 | 2A | 4D | 33 | 2D | 0 | 46 | EA | 22 | 17 |
| Octal | 46 | 52 | 115 | 63 | 55 | 0 | 106 | 352 | 42 | 27 |
| Binary | 100110 | 101010 | 1001101 | 110011 | 101101 | 0 | 1000110 | 11101010 | 100010 | 10111 |
Color Harmonies of #262A4D
Complementary color
Monochromatic Colors of #262A4D
Black with #262A4D
Text Example
Text Example
White with #262A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A4D; }
p { color: rgb(38,42,77); }
H1.HeaderClassName
{
color: #262A4D;
}
.AnyTagClassName
{
color: #262A4D;
}
</style>
background-color css
<style>
a { background-color: #262A4D; }
a { background-color: rgb(38,42,77); }
div.DivClassName
{
background-color: #262A4D;
}
.BgClassName
{
background-color: #262A4D;
}
</style>
border-color css
<style>
span { border-color: #262A4D; }
span { border-color: rgb(38,42,77); }
td.TdClassName
{
border-color: #262A4D;
}
.TagClassName
{
border-color: #262A4D;
}
</style>