Shades of Lucky Point #26305C
Tints of Lucky Point #26305C
RGB
CMYK
RGB Variations
Color information
#26305C (or 0x26305C) is known color: Lucky Point. HEX triplet: 26, 30 and 5C. RGB value is (38,48,92). Sum of RGB (Red+Green+Blue) = 38+48+92=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #26305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26305C is #D9CFA3. Grayscale: #313131. Windows color (decimal): -14274468 or 6041638. OLE color: 6041638.
HSL color Cylindrical-coordinate representation of color #26305C: hue angle of 228.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26305C is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 48 | 92 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.64 |
| HSL | 228.89º | 0.42% | 0.25% | - |
| HSV(B) | 228.89º | 0.59% | 0.36% | - |
| XYZ | 3.79 | 3.3 | 10.56 | - |
| YUV | 50.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 92 | 0.59 | 0.48 | 0 | 0.64 | 228.89 | 0.42 | 0.25 |
| Hex | 26 | 30 | 5C | 3B | 30 | 0 | 40 | E5 | 2A | 19 |
| Octal | 46 | 60 | 134 | 73 | 60 | 0 | 100 | 345 | 52 | 31 |
| Binary | 100110 | 110000 | 1011100 | 111011 | 110000 | 0 | 1000000 | 11100101 | 101010 | 11001 |
Color Harmonies of #26305C
Complementary color
Monochromatic Colors of #26305C
Black with #26305C
Text Example
Text Example
White with #26305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26305C; }
p { color: rgb(38,48,92); }
H1.HeaderClassName
{
color: #26305C;
}
.AnyTagClassName
{
color: #26305C;
}
</style>
background-color css
<style>
a { background-color: #26305C; }
a { background-color: rgb(38,48,92); }
div.DivClassName
{
background-color: #26305C;
}
.BgClassName
{
background-color: #26305C;
}
</style>
border-color css
<style>
span { border-color: #26305C; }
span { border-color: rgb(38,48,92); }
td.TdClassName
{
border-color: #26305C;
}
.TagClassName
{
border-color: #26305C;
}
</style>