Shades of Lucky Point #262F50
Tints of Lucky Point #262F50
RGB
CMYK
RGB Variations
Color information
#262F50 (or 0x262F50) is known color: Lucky Point. HEX triplet: 26, 2F and 50. RGB value is (38,47,80). Sum of RGB (Red+Green+Blue) = 38+47+80=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #262F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F50 is #D9D0AF. Grayscale: #2F2F2F. Windows color (decimal): -14274736 or 5254950. OLE color: 5254950.
HSL color Cylindrical-coordinate representation of color #262F50: hue angle of 227.14º 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 #262F50 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 47 | 80 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.69 |
| HSL | 227.14º | 0.36% | 0.23% | - |
| HSV(B) | 227.14º | 0.53% | 0.31% | - |
| XYZ | 3.26 | 3.02 | 8 | - |
| YUV | 48.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 80 | 0.52 | 0.41 | 0 | 0.69 | 227.14 | 0.36 | 0.23 |
| Hex | 26 | 2F | 50 | 34 | 29 | 0 | 45 | E3 | 24 | 17 |
| Octal | 46 | 57 | 120 | 64 | 51 | 0 | 105 | 343 | 44 | 27 |
| Binary | 100110 | 101111 | 1010000 | 110100 | 101001 | 0 | 1000101 | 11100011 | 100100 | 10111 |
Color Harmonies of #262F50
Complementary color
Monochromatic Colors of #262F50
Black with #262F50
Text Example
Text Example
White with #262F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F50; }
p { color: rgb(38,47,80); }
H1.HeaderClassName
{
color: #262F50;
}
.AnyTagClassName
{
color: #262F50;
}
</style>
background-color css
<style>
a { background-color: #262F50; }
a { background-color: rgb(38,47,80); }
div.DivClassName
{
background-color: #262F50;
}
.BgClassName
{
background-color: #262F50;
}
</style>
border-color css
<style>
span { border-color: #262F50; }
span { border-color: rgb(38,47,80); }
td.TdClassName
{
border-color: #262F50;
}
.TagClassName
{
border-color: #262F50;
}
</style>