Shades of Lucky Point #26325D
Tints of Lucky Point #26325D
RGB
CMYK
RGB Variations
Color information
#26325D (or 0x26325D) is known color: Lucky Point. HEX triplet: 26, 32 and 5D. RGB value is (38,50,93). Sum of RGB (Red+Green+Blue) = 38+50+93=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #26325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26325D is #D9CDA2. Grayscale: #333333. Windows color (decimal): -14273955 or 6107686. OLE color: 6107686.
HSL color Cylindrical-coordinate representation of color #26325D: hue angle of 226.91º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26325D is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 50 | 93 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.64 |
| HSL | 226.91º | 0.42% | 0.26% | - |
| HSV(B) | 226.91º | 0.59% | 0.36% | - |
| XYZ | 3.92 | 3.48 | 10.82 | - |
| YUV | 51.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 93 | 0.59 | 0.46 | 0 | 0.64 | 226.91 | 0.42 | 0.26 |
| Hex | 26 | 32 | 5D | 3B | 2E | 0 | 40 | E3 | 2A | 1A |
| Octal | 46 | 62 | 135 | 73 | 56 | 0 | 100 | 343 | 52 | 32 |
| Binary | 100110 | 110010 | 1011101 | 111011 | 101110 | 0 | 1000000 | 11100011 | 101010 | 11010 |
Color Harmonies of #26325D
Complementary color
Monochromatic Colors of #26325D
Black with #26325D
Text Example
Text Example
White with #26325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26325D; }
p { color: rgb(38,50,93); }
H1.HeaderClassName
{
color: #26325D;
}
.AnyTagClassName
{
color: #26325D;
}
</style>
background-color css
<style>
a { background-color: #26325D; }
a { background-color: rgb(38,50,93); }
div.DivClassName
{
background-color: #26325D;
}
.BgClassName
{
background-color: #26325D;
}
</style>
border-color css
<style>
span { border-color: #26325D; }
span { border-color: rgb(38,50,93); }
td.TdClassName
{
border-color: #26325D;
}
.TagClassName
{
border-color: #26325D;
}
</style>