Shades of Lucky Point #262A4F
Tints of Lucky Point #262A4F
RGB
CMYK
RGB Variations
Color information
#262A4F (or 0x262A4F) is known color: Lucky Point. HEX triplet: 26, 2A and 4F. RGB value is (38,42,79). Sum of RGB (Red+Green+Blue) = 38+42+79=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #262A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A4F is #D9D5B0. Grayscale: #2C2C2C. Windows color (decimal): -14276017 or 5188134. OLE color: 5188134.
HSL color Cylindrical-coordinate representation of color #262A4F: hue angle of 234.15º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #262A4F is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 42 | 79 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.69 |
| HSL | 234.15º | 0.35% | 0.23% | - |
| HSV(B) | 234.15º | 0.52% | 0.31% | - |
| XYZ | 3.04 | 2.63 | 7.75 | - |
| YUV | 45.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 79 | 0.52 | 0.47 | 0 | 0.69 | 234.15 | 0.35 | 0.23 |
| Hex | 26 | 2A | 4F | 34 | 2F | 0 | 45 | EA | 23 | 17 |
| Octal | 46 | 52 | 117 | 64 | 57 | 0 | 105 | 352 | 43 | 27 |
| Binary | 100110 | 101010 | 1001111 | 110100 | 101111 | 0 | 1000101 | 11101010 | 100011 | 10111 |
Color Harmonies of #262A4F
Complementary color
Monochromatic Colors of #262A4F
Black with #262A4F
Text Example
Text Example
White with #262A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A4F; }
p { color: rgb(38,42,79); }
H1.HeaderClassName
{
color: #262A4F;
}
.AnyTagClassName
{
color: #262A4F;
}
</style>
background-color css
<style>
a { background-color: #262A4F; }
a { background-color: rgb(38,42,79); }
div.DivClassName
{
background-color: #262A4F;
}
.BgClassName
{
background-color: #262A4F;
}
</style>
border-color css
<style>
span { border-color: #262A4F; }
span { border-color: rgb(38,42,79); }
td.TdClassName
{
border-color: #262A4F;
}
.TagClassName
{
border-color: #262A4F;
}
</style>