Shades of Lucky Point #262E50
Tints of Lucky Point #262E50
RGB
CMYK
RGB Variations
Color information
#262E50 (or 0x262E50) is known color: Lucky Point. HEX triplet: 26, 2E and 50. RGB value is (38,46,80). Sum of RGB (Red+Green+Blue) = 38+46+80=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #262E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E50 is #D9D1AF. Grayscale: #2F2F2F. Windows color (decimal): -14274992 or 5254694. OLE color: 5254694.
HSL color Cylindrical-coordinate representation of color #262E50: hue angle of 228.57º 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 #262E50 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 46 | 80 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.69 |
| HSL | 228.57º | 0.36% | 0.23% | - |
| HSV(B) | 228.57º | 0.53% | 0.31% | - |
| XYZ | 3.22 | 2.95 | 7.99 | - |
| YUV | 47.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 80 | 0.52 | 0.42 | 0 | 0.69 | 228.57 | 0.36 | 0.23 |
| Hex | 26 | 2E | 50 | 34 | 2A | 0 | 45 | E5 | 24 | 17 |
| Octal | 46 | 56 | 120 | 64 | 52 | 0 | 105 | 345 | 44 | 27 |
| Binary | 100110 | 101110 | 1010000 | 110100 | 101010 | 0 | 1000101 | 11100101 | 100100 | 10111 |
Color Harmonies of #262E50
Complementary color
Monochromatic Colors of #262E50
Black with #262E50
Text Example
Text Example
White with #262E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E50; }
p { color: rgb(38,46,80); }
H1.HeaderClassName
{
color: #262E50;
}
.AnyTagClassName
{
color: #262E50;
}
</style>
background-color css
<style>
a { background-color: #262E50; }
a { background-color: rgb(38,46,80); }
div.DivClassName
{
background-color: #262E50;
}
.BgClassName
{
background-color: #262E50;
}
</style>
border-color css
<style>
span { border-color: #262E50; }
span { border-color: rgb(38,46,80); }
td.TdClassName
{
border-color: #262E50;
}
.TagClassName
{
border-color: #262E50;
}
</style>