Shades of Lucky Point #262E58
Tints of Lucky Point #262E58
RGB
CMYK
RGB Variations
Color information
#262E58 (or 0x262E58) is known color: Lucky Point. HEX triplet: 26, 2E and 58. RGB value is (38,46,88). Sum of RGB (Red+Green+Blue) = 38+46+88=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #262E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E58 is #D9D1A7. Grayscale: #303030. Windows color (decimal): -14274984 or 5778982. OLE color: 5778982.
HSL color Cylindrical-coordinate representation of color #262E58: hue angle of 230.4º 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 #262E58 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 46 | 88 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.65 |
| HSL | 230.4º | 0.4% | 0.25% | - |
| HSV(B) | 230.4º | 0.57% | 0.35% | - |
| XYZ | 3.54 | 3.07 | 9.64 | - |
| YUV | 48.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 88 | 0.57 | 0.48 | 0 | 0.65 | 230.4 | 0.4 | 0.25 |
| Hex | 26 | 2E | 58 | 39 | 30 | 0 | 41 | E6 | 28 | 19 |
| Octal | 46 | 56 | 130 | 71 | 60 | 0 | 101 | 346 | 50 | 31 |
| Binary | 100110 | 101110 | 1011000 | 111001 | 110000 | 0 | 1000001 | 11100110 | 101000 | 11001 |
Color Harmonies of #262E58
Complementary color
Monochromatic Colors of #262E58
Black with #262E58
Text Example
Text Example
White with #262E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E58; }
p { color: rgb(38,46,88); }
H1.HeaderClassName
{
color: #262E58;
}
.AnyTagClassName
{
color: #262E58;
}
</style>
background-color css
<style>
a { background-color: #262E58; }
a { background-color: rgb(38,46,88); }
div.DivClassName
{
background-color: #262E58;
}
.BgClassName
{
background-color: #262E58;
}
</style>
border-color css
<style>
span { border-color: #262E58; }
span { border-color: rgb(38,46,88); }
td.TdClassName
{
border-color: #262E58;
}
.TagClassName
{
border-color: #262E58;
}
</style>