Shades of Lucky Point #262C59
Tints of Lucky Point #262C59
RGB
CMYK
RGB Variations
Color information
#262C59 (or 0x262C59) is known color: Lucky Point. HEX triplet: 26, 2C and 59. RGB value is (38,44,89). Sum of RGB (Red+Green+Blue) = 38+44+89=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #262C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C59 is #D9D3A6. Grayscale: #2F2F2F. Windows color (decimal): -14275495 or 5844006. OLE color: 5844006.
HSL color Cylindrical-coordinate representation of color #262C59: hue angle of 232.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #262C59 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 44 | 89 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.65 |
| HSL | 232.94º | 0.4% | 0.25% | - |
| HSV(B) | 232.94º | 0.57% | 0.35% | - |
| XYZ | 3.5 | 2.93 | 9.83 | - |
| YUV | 47.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 89 | 0.57 | 0.51 | 0 | 0.65 | 232.94 | 0.4 | 0.25 |
| Hex | 26 | 2C | 59 | 39 | 33 | 0 | 41 | E9 | 28 | 19 |
| Octal | 46 | 54 | 131 | 71 | 63 | 0 | 101 | 351 | 50 | 31 |
| Binary | 100110 | 101100 | 1011001 | 111001 | 110011 | 0 | 1000001 | 11101001 | 101000 | 11001 |
Color Harmonies of #262C59
Complementary color
Monochromatic Colors of #262C59
Black with #262C59
Text Example
Text Example
White with #262C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C59; }
p { color: rgb(38,44,89); }
H1.HeaderClassName
{
color: #262C59;
}
.AnyTagClassName
{
color: #262C59;
}
</style>
background-color css
<style>
a { background-color: #262C59; }
a { background-color: rgb(38,44,89); }
div.DivClassName
{
background-color: #262C59;
}
.BgClassName
{
background-color: #262C59;
}
</style>
border-color css
<style>
span { border-color: #262C59; }
span { border-color: rgb(38,44,89); }
td.TdClassName
{
border-color: #262C59;
}
.TagClassName
{
border-color: #262C59;
}
</style>