Shades of Lucky Point #263154
Tints of Lucky Point #263154
RGB
CMYK
RGB Variations
Color information
#263154 (or 0x263154) is known color: Lucky Point. HEX triplet: 26, 31 and 54. RGB value is (38,49,84). Sum of RGB (Red+Green+Blue) = 38+49+84=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #263154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263154 is #D9CEAB. Grayscale: #313131. Windows color (decimal): -14274220 or 5517606. OLE color: 5517606.
HSL color Cylindrical-coordinate representation of color #263154: hue angle of 225.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263154 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 49 | 84 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.67 |
| HSL | 225.65º | 0.38% | 0.24% | - |
| HSV(B) | 225.65º | 0.55% | 0.33% | - |
| XYZ | 3.5 | 3.25 | 8.83 | - |
| YUV | 49.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 84 | 0.55 | 0.42 | 0 | 0.67 | 225.65 | 0.38 | 0.24 |
| Hex | 26 | 31 | 54 | 37 | 2A | 0 | 43 | E2 | 26 | 18 |
| Octal | 46 | 61 | 124 | 67 | 52 | 0 | 103 | 342 | 46 | 30 |
| Binary | 100110 | 110001 | 1010100 | 110111 | 101010 | 0 | 1000011 | 11100010 | 100110 | 11000 |
Color Harmonies of #263154
Complementary color
Monochromatic Colors of #263154
Black with #263154
Text Example
Text Example
White with #263154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263154; }
p { color: rgb(38,49,84); }
H1.HeaderClassName
{
color: #263154;
}
.AnyTagClassName
{
color: #263154;
}
</style>
background-color css
<style>
a { background-color: #263154; }
a { background-color: rgb(38,49,84); }
div.DivClassName
{
background-color: #263154;
}
.BgClassName
{
background-color: #263154;
}
</style>
border-color css
<style>
span { border-color: #263154; }
span { border-color: rgb(38,49,84); }
td.TdClassName
{
border-color: #263154;
}
.TagClassName
{
border-color: #263154;
}
</style>