Shades of Lucky Point #262E60
Tints of Lucky Point #262E60
RGB
CMYK
RGB Variations
Color information
#262E60 (or 0x262E60) is known color: Lucky Point. HEX triplet: 26, 2E and 60. RGB value is (38,46,96). Sum of RGB (Red+Green+Blue) = 38+46+96=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #262E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E60 is #D9D19F. Grayscale: #313131. Windows color (decimal): -14274976 or 6303270. OLE color: 6303270.
HSL color Cylindrical-coordinate representation of color #262E60: hue angle of 231.72º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262E60 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 46 | 96 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.62 |
| HSL | 231.72º | 0.43% | 0.26% | - |
| HSV(B) | 231.72º | 0.6% | 0.38% | - |
| XYZ | 3.89 | 3.21 | 11.48 | - |
| YUV | 49.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 96 | 0.60 | 0.52 | 0 | 0.62 | 231.72 | 0.43 | 0.26 |
| Hex | 26 | 2E | 60 | 3C | 34 | 0 | 3E | E8 | 2B | 1A |
| Octal | 46 | 56 | 140 | 74 | 64 | 0 | 76 | 350 | 53 | 32 |
| Binary | 100110 | 101110 | 1100000 | 111100 | 110100 | 0 | 111110 | 11101000 | 101011 | 11010 |
Color Harmonies of #262E60
Complementary color
Monochromatic Colors of #262E60
Black with #262E60
Text Example
Text Example
White with #262E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E60; }
p { color: rgb(38,46,96); }
H1.HeaderClassName
{
color: #262E60;
}
.AnyTagClassName
{
color: #262E60;
}
</style>
background-color css
<style>
a { background-color: #262E60; }
a { background-color: rgb(38,46,96); }
div.DivClassName
{
background-color: #262E60;
}
.BgClassName
{
background-color: #262E60;
}
</style>
border-color css
<style>
span { border-color: #262E60; }
span { border-color: rgb(38,46,96); }
td.TdClassName
{
border-color: #262E60;
}
.TagClassName
{
border-color: #262E60;
}
</style>