Shades of Lucky Point #262F4F
Tints of Lucky Point #262F4F
RGB
CMYK
RGB Variations
Color information
#262F4F (or 0x262F4F) is known color: Lucky Point. HEX triplet: 26, 2F and 4F. RGB value is (38,47,79). Sum of RGB (Red+Green+Blue) = 38+47+79=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #262F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F4F is #D9D0B0. Grayscale: #2F2F2F. Windows color (decimal): -14274737 or 5189414. OLE color: 5189414.
HSL color Cylindrical-coordinate representation of color #262F4F: hue angle of 226.83º 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 #262F4F is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 47 | 79 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.69 |
| HSL | 226.83º | 0.35% | 0.23% | - |
| HSV(B) | 226.83º | 0.52% | 0.31% | - |
| XYZ | 3.23 | 3.01 | 7.81 | - |
| YUV | 47.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 79 | 0.52 | 0.41 | 0 | 0.69 | 226.83 | 0.35 | 0.23 |
| Hex | 26 | 2F | 4F | 34 | 29 | 0 | 45 | E3 | 23 | 17 |
| Octal | 46 | 57 | 117 | 64 | 51 | 0 | 105 | 343 | 43 | 27 |
| Binary | 100110 | 101111 | 1001111 | 110100 | 101001 | 0 | 1000101 | 11100011 | 100011 | 10111 |
Color Harmonies of #262F4F
Complementary color
Monochromatic Colors of #262F4F
Black with #262F4F
Text Example
Text Example
White with #262F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F4F; }
p { color: rgb(38,47,79); }
H1.HeaderClassName
{
color: #262F4F;
}
.AnyTagClassName
{
color: #262F4F;
}
</style>
background-color css
<style>
a { background-color: #262F4F; }
a { background-color: rgb(38,47,79); }
div.DivClassName
{
background-color: #262F4F;
}
.BgClassName
{
background-color: #262F4F;
}
</style>
border-color css
<style>
span { border-color: #262F4F; }
span { border-color: rgb(38,47,79); }
td.TdClassName
{
border-color: #262F4F;
}
.TagClassName
{
border-color: #262F4F;
}
</style>