Shades of Lucky Point #262C48
Tints of Lucky Point #262C48
RGB
CMYK
RGB Variations
Color information
#262C48 (or 0x262C48) is known color: Lucky Point. HEX triplet: 26, 2C and 48. RGB value is (38,44,72). Sum of RGB (Red+Green+Blue) = 38+44+72=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #262C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C48 is #D9D3B7. Grayscale: #2D2D2D. Windows color (decimal): -14275512 or 4729894. OLE color: 4729894.
HSL color Cylindrical-coordinate representation of color #262C48: hue angle of 229.41º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #262C48 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 44 | 72 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.72 |
| HSL | 229.41º | 0.31% | 0.22% | - |
| HSV(B) | 229.41º | 0.47% | 0.28% | - |
| XYZ | 2.87 | 2.68 | 6.5 | - |
| YUV | 45.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 72 | 0.47 | 0.39 | 0 | 0.72 | 229.41 | 0.31 | 0.22 |
| Hex | 26 | 2C | 48 | 2F | 27 | 0 | 48 | E5 | 1F | 16 |
| Octal | 46 | 54 | 110 | 57 | 47 | 0 | 110 | 345 | 37 | 26 |
| Binary | 100110 | 101100 | 1001000 | 101111 | 100111 | 0 | 1001000 | 11100101 | 11111 | 10110 |
Color Harmonies of #262C48
Complementary color
Monochromatic Colors of #262C48
Black with #262C48
Text Example
Text Example
White with #262C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C48; }
p { color: rgb(38,44,72); }
H1.HeaderClassName
{
color: #262C48;
}
.AnyTagClassName
{
color: #262C48;
}
</style>
background-color css
<style>
a { background-color: #262C48; }
a { background-color: rgb(38,44,72); }
div.DivClassName
{
background-color: #262C48;
}
.BgClassName
{
background-color: #262C48;
}
</style>
border-color css
<style>
span { border-color: #262C48; }
span { border-color: rgb(38,44,72); }
td.TdClassName
{
border-color: #262C48;
}
.TagClassName
{
border-color: #262C48;
}
</style>