Shades of Lucky Point #262C5B
Tints of Lucky Point #262C5B
RGB
CMYK
RGB Variations
Color information
#262C5B (or 0x262C5B) is known color: Lucky Point. HEX triplet: 26, 2C and 5B. RGB value is (38,44,91). Sum of RGB (Red+Green+Blue) = 38+44+91=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #262C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C5B is #D9D3A4. Grayscale: #2F2F2F. Windows color (decimal): -14275493 or 5975078. OLE color: 5975078.
HSL color Cylindrical-coordinate representation of color #262C5B: hue angle of 233.21º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262C5B is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 44 | 91 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.64 |
| HSL | 233.21º | 0.41% | 0.25% | - |
| HSV(B) | 233.21º | 0.58% | 0.36% | - |
| XYZ | 3.59 | 2.97 | 10.28 | - |
| YUV | 47.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 91 | 0.58 | 0.52 | 0 | 0.64 | 233.21 | 0.41 | 0.25 |
| Hex | 26 | 2C | 5B | 3A | 34 | 0 | 40 | E9 | 29 | 19 |
| Octal | 46 | 54 | 133 | 72 | 64 | 0 | 100 | 351 | 51 | 31 |
| Binary | 100110 | 101100 | 1011011 | 111010 | 110100 | 0 | 1000000 | 11101001 | 101001 | 11001 |
Color Harmonies of #262C5B
Complementary color
Monochromatic Colors of #262C5B
Black with #262C5B
Text Example
Text Example
White with #262C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C5B; }
p { color: rgb(38,44,91); }
H1.HeaderClassName
{
color: #262C5B;
}
.AnyTagClassName
{
color: #262C5B;
}
</style>
background-color css
<style>
a { background-color: #262C5B; }
a { background-color: rgb(38,44,91); }
div.DivClassName
{
background-color: #262C5B;
}
.BgClassName
{
background-color: #262C5B;
}
</style>
border-color css
<style>
span { border-color: #262C5B; }
span { border-color: rgb(38,44,91); }
td.TdClassName
{
border-color: #262C5B;
}
.TagClassName
{
border-color: #262C5B;
}
</style>