Shades of Lucky Point #262B54
Tints of Lucky Point #262B54
RGB
CMYK
RGB Variations
Color information
#262B54 (or 0x262B54) is known color: Lucky Point. HEX triplet: 26, 2B and 54. RGB value is (38,43,84). Sum of RGB (Red+Green+Blue) = 38+43+84=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #262B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B54 is #D9D4AB. Grayscale: #2E2E2E. Windows color (decimal): -14275756 or 5516070. OLE color: 5516070.
HSL color Cylindrical-coordinate representation of color #262B54: hue angle of 233.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #262B54 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 43 | 84 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.67 |
| HSL | 233.48º | 0.38% | 0.24% | - |
| HSV(B) | 233.48º | 0.55% | 0.33% | - |
| XYZ | 3.26 | 2.78 | 8.75 | - |
| YUV | 46.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 84 | 0.55 | 0.49 | 0 | 0.67 | 233.48 | 0.38 | 0.24 |
| Hex | 26 | 2B | 54 | 37 | 31 | 0 | 43 | E9 | 26 | 18 |
| Octal | 46 | 53 | 124 | 67 | 61 | 0 | 103 | 351 | 46 | 30 |
| Binary | 100110 | 101011 | 1010100 | 110111 | 110001 | 0 | 1000011 | 11101001 | 100110 | 11000 |
Color Harmonies of #262B54
Complementary color
Monochromatic Colors of #262B54
Black with #262B54
Text Example
Text Example
White with #262B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B54; }
p { color: rgb(38,43,84); }
H1.HeaderClassName
{
color: #262B54;
}
.AnyTagClassName
{
color: #262B54;
}
</style>
background-color css
<style>
a { background-color: #262B54; }
a { background-color: rgb(38,43,84); }
div.DivClassName
{
background-color: #262B54;
}
.BgClassName
{
background-color: #262B54;
}
</style>
border-color css
<style>
span { border-color: #262B54; }
span { border-color: rgb(38,43,84); }
td.TdClassName
{
border-color: #262B54;
}
.TagClassName
{
border-color: #262B54;
}
</style>