Shades of Lucky Point #26274D
Tints of Lucky Point #26274D
RGB
CMYK
RGB Variations
Color information
#26274D (or 0x26274D) is known color: Lucky Point. HEX triplet: 26, 27 and 4D. RGB value is (38,39,77). Sum of RGB (Red+Green+Blue) = 38+39+77=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #26274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26274D is #D9D8B2. Grayscale: #2A2A2A. Windows color (decimal): -14276787 or 5056294. OLE color: 5056294.
HSL color Cylindrical-coordinate representation of color #26274D: hue angle of 238.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26274D is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 39 | 77 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.70 |
| HSL | 238.46º | 0.34% | 0.23% | - |
| HSV(B) | 238.46º | 0.51% | 0.3% | - |
| XYZ | 2.86 | 2.4 | 7.33 | - |
| YUV | 43.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 77 | 0.51 | 0.49 | 0 | 0.70 | 238.46 | 0.34 | 0.23 |
| Hex | 26 | 27 | 4D | 33 | 31 | 0 | 46 | EE | 22 | 17 |
| Octal | 46 | 47 | 115 | 63 | 61 | 0 | 106 | 356 | 42 | 27 |
| Binary | 100110 | 100111 | 1001101 | 110011 | 110001 | 0 | 1000110 | 11101110 | 100010 | 10111 |
Color Harmonies of #26274D
Complementary color
Monochromatic Colors of #26274D
Black with #26274D
Text Example
Text Example
White with #26274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26274D; }
p { color: rgb(38,39,77); }
H1.HeaderClassName
{
color: #26274D;
}
.AnyTagClassName
{
color: #26274D;
}
</style>
background-color css
<style>
a { background-color: #26274D; }
a { background-color: rgb(38,39,77); }
div.DivClassName
{
background-color: #26274D;
}
.BgClassName
{
background-color: #26274D;
}
</style>
border-color css
<style>
span { border-color: #26274D; }
span { border-color: rgb(38,39,77); }
td.TdClassName
{
border-color: #26274D;
}
.TagClassName
{
border-color: #26274D;
}
</style>