Shades of Lucky Point #262A4C
Tints of Lucky Point #262A4C
RGB
CMYK
RGB Variations
Color information
#262A4C (or 0x262A4C) is known color: Lucky Point. HEX triplet: 26, 2A and 4C. RGB value is (38,42,76). Sum of RGB (Red+Green+Blue) = 38+42+76=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #262A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A4C is #D9D5B3. Grayscale: #2C2C2C. Windows color (decimal): -14276020 or 4991526. OLE color: 4991526.
HSL color Cylindrical-coordinate representation of color #262A4C: hue angle of 233.68º 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 #262A4C is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 42 | 76 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.70 |
| HSL | 233.68º | 0.33% | 0.22% | - |
| HSV(B) | 233.68º | 0.5% | 0.3% | - |
| XYZ | 2.93 | 2.59 | 7.18 | - |
| YUV | 44.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 76 | 0.5 | 0.45 | 0 | 0.70 | 233.68 | 0.33 | 0.22 |
| Hex | 26 | 2A | 4C | 32 | 2D | 0 | 46 | EA | 21 | 16 |
| Octal | 46 | 52 | 114 | 62 | 55 | 0 | 106 | 352 | 41 | 26 |
| Binary | 100110 | 101010 | 1001100 | 110010 | 101101 | 0 | 1000110 | 11101010 | 100001 | 10110 |
Color Harmonies of #262A4C
Complementary color
Monochromatic Colors of #262A4C
Black with #262A4C
Text Example
Text Example
White with #262A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A4C; }
p { color: rgb(38,42,76); }
H1.HeaderClassName
{
color: #262A4C;
}
.AnyTagClassName
{
color: #262A4C;
}
</style>
background-color css
<style>
a { background-color: #262A4C; }
a { background-color: rgb(38,42,76); }
div.DivClassName
{
background-color: #262A4C;
}
.BgClassName
{
background-color: #262A4C;
}
</style>
border-color css
<style>
span { border-color: #262A4C; }
span { border-color: rgb(38,42,76); }
td.TdClassName
{
border-color: #262A4C;
}
.TagClassName
{
border-color: #262A4C;
}
</style>