Shades of Lucky Point #26294B
Tints of Lucky Point #26294B
RGB
CMYK
RGB Variations
Color information
#26294B (or 0x26294B) is known color: Lucky Point. HEX triplet: 26, 29 and 4B. RGB value is (38,41,75). Sum of RGB (Red+Green+Blue) = 38+41+75=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #26294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26294B is #D9D6B4. Grayscale: #2B2B2B. Windows color (decimal): -14276277 or 4925734. OLE color: 4925734.
HSL color Cylindrical-coordinate representation of color #26294B: hue angle of 235.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26294B is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 41 | 75 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.71 |
| HSL | 235.14º | 0.33% | 0.22% | - |
| HSV(B) | 235.14º | 0.49% | 0.29% | - |
| XYZ | 2.86 | 2.51 | 6.99 | - |
| YUV | 43.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 75 | 0.49 | 0.45 | 0 | 0.71 | 235.14 | 0.33 | 0.22 |
| Hex | 26 | 29 | 4B | 31 | 2D | 0 | 47 | EB | 21 | 16 |
| Octal | 46 | 51 | 113 | 61 | 55 | 0 | 107 | 353 | 41 | 26 |
| Binary | 100110 | 101001 | 1001011 | 110001 | 101101 | 0 | 1000111 | 11101011 | 100001 | 10110 |
Color Harmonies of #26294B
Complementary color
Monochromatic Colors of #26294B
Black with #26294B
Text Example
Text Example
White with #26294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26294B; }
p { color: rgb(38,41,75); }
H1.HeaderClassName
{
color: #26294B;
}
.AnyTagClassName
{
color: #26294B;
}
</style>
background-color css
<style>
a { background-color: #26294B; }
a { background-color: rgb(38,41,75); }
div.DivClassName
{
background-color: #26294B;
}
.BgClassName
{
background-color: #26294B;
}
</style>
border-color css
<style>
span { border-color: #26294B; }
span { border-color: rgb(38,41,75); }
td.TdClassName
{
border-color: #26294B;
}
.TagClassName
{
border-color: #26294B;
}
</style>