Shades of Lucky Point #262C58
Tints of Lucky Point #262C58
RGB
CMYK
RGB Variations
Color information
#262C58 (or 0x262C58) is known color: Lucky Point. HEX triplet: 26, 2C and 58. RGB value is (38,44,88). Sum of RGB (Red+Green+Blue) = 38+44+88=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #262C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C58 is #D9D3A7. Grayscale: #2F2F2F. Windows color (decimal): -14275496 or 5778470. OLE color: 5778470.
HSL color Cylindrical-coordinate representation of color #262C58: hue angle of 232.8º 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 #262C58 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 44 | 88 | - |
| CMYK | 0.57 | 0.5 | 0 | 0.65 |
| HSL | 232.8º | 0.4% | 0.25% | - |
| HSV(B) | 232.8º | 0.57% | 0.35% | - |
| XYZ | 3.46 | 2.92 | 9.61 | - |
| YUV | 47.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 88 | 0.57 | 0.5 | 0 | 0.65 | 232.8 | 0.4 | 0.25 |
| Hex | 26 | 2C | 58 | 39 | 32 | 0 | 41 | E9 | 28 | 19 |
| Octal | 46 | 54 | 130 | 71 | 62 | 0 | 101 | 351 | 50 | 31 |
| Binary | 100110 | 101100 | 1011000 | 111001 | 110010 | 0 | 1000001 | 11101001 | 101000 | 11001 |
Color Harmonies of #262C58
Complementary color
Monochromatic Colors of #262C58
Black with #262C58
Text Example
Text Example
White with #262C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C58; }
p { color: rgb(38,44,88); }
H1.HeaderClassName
{
color: #262C58;
}
.AnyTagClassName
{
color: #262C58;
}
</style>
background-color css
<style>
a { background-color: #262C58; }
a { background-color: rgb(38,44,88); }
div.DivClassName
{
background-color: #262C58;
}
.BgClassName
{
background-color: #262C58;
}
</style>
border-color css
<style>
span { border-color: #262C58; }
span { border-color: rgb(38,44,88); }
td.TdClassName
{
border-color: #262C58;
}
.TagClassName
{
border-color: #262C58;
}
</style>