Shades of Lucky Point #262C4C
Tints of Lucky Point #262C4C
RGB
CMYK
RGB Variations
Color information
#262C4C (or 0x262C4C) is known color: Lucky Point. HEX triplet: 26, 2C and 4C. RGB value is (38,44,76). Sum of RGB (Red+Green+Blue) = 38+44+76=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #262C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C4C is #D9D3B3. Grayscale: #2D2D2D. Windows color (decimal): -14275508 or 4992038. OLE color: 4992038.
HSL color Cylindrical-coordinate representation of color #262C4C: hue angle of 230.53º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262C4C is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 44 | 76 | - |
| CMYK | 0.5 | 0.42 | 0 | 0.70 |
| HSL | 230.53º | 0.33% | 0.22% | - |
| HSV(B) | 230.53º | 0.5% | 0.3% | - |
| XYZ | 3 | 2.74 | 7.21 | - |
| YUV | 45.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 76 | 0.5 | 0.42 | 0 | 0.70 | 230.53 | 0.33 | 0.22 |
| Hex | 26 | 2C | 4C | 32 | 2A | 0 | 46 | E7 | 21 | 16 |
| Octal | 46 | 54 | 114 | 62 | 52 | 0 | 106 | 347 | 41 | 26 |
| Binary | 100110 | 101100 | 1001100 | 110010 | 101010 | 0 | 1000110 | 11100111 | 100001 | 10110 |
Color Harmonies of #262C4C
Complementary color
Monochromatic Colors of #262C4C
Black with #262C4C
Text Example
Text Example
White with #262C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C4C; }
p { color: rgb(38,44,76); }
H1.HeaderClassName
{
color: #262C4C;
}
.AnyTagClassName
{
color: #262C4C;
}
</style>
background-color css
<style>
a { background-color: #262C4C; }
a { background-color: rgb(38,44,76); }
div.DivClassName
{
background-color: #262C4C;
}
.BgClassName
{
background-color: #262C4C;
}
</style>
border-color css
<style>
span { border-color: #262C4C; }
span { border-color: rgb(38,44,76); }
td.TdClassName
{
border-color: #262C4C;
}
.TagClassName
{
border-color: #262C4C;
}
</style>