Shades of Lucky Point #262753
Tints of Lucky Point #262753
RGB
CMYK
RGB Variations
Color information
#262753 (or 0x262753) is known color: Lucky Point. HEX triplet: 26, 27 and 53. RGB value is (38,39,83). Sum of RGB (Red+Green+Blue) = 38+39+83=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #262753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262753 is #D9D8AC. Grayscale: #2B2B2B. Windows color (decimal): -14276781 or 5449510. OLE color: 5449510.
HSL color Cylindrical-coordinate representation of color #262753: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262753 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 39 | 83 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.67 |
| HSL | 238.67º | 0.37% | 0.24% | - |
| HSV(B) | 238.67º | 0.54% | 0.33% | - |
| XYZ | 3.09 | 2.49 | 8.5 | - |
| YUV | 43.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 83 | 0.54 | 0.53 | 0 | 0.67 | 238.67 | 0.37 | 0.24 |
| Hex | 26 | 27 | 53 | 36 | 35 | 0 | 43 | EF | 25 | 18 |
| Octal | 46 | 47 | 123 | 66 | 65 | 0 | 103 | 357 | 45 | 30 |
| Binary | 100110 | 100111 | 1010011 | 110110 | 110101 | 0 | 1000011 | 11101111 | 100101 | 11000 |
Color Harmonies of #262753
Complementary color
Monochromatic Colors of #262753
Black with #262753
Text Example
Text Example
White with #262753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262753; }
p { color: rgb(38,39,83); }
H1.HeaderClassName
{
color: #262753;
}
.AnyTagClassName
{
color: #262753;
}
</style>
background-color css
<style>
a { background-color: #262753; }
a { background-color: rgb(38,39,83); }
div.DivClassName
{
background-color: #262753;
}
.BgClassName
{
background-color: #262753;
}
</style>
border-color css
<style>
span { border-color: #262753; }
span { border-color: rgb(38,39,83); }
td.TdClassName
{
border-color: #262753;
}
.TagClassName
{
border-color: #262753;
}
</style>