Shades of Lucky Point #262B4C
Tints of Lucky Point #262B4C
RGB
CMYK
RGB Variations
Color information
#262B4C (or 0x262B4C) is known color: Lucky Point. HEX triplet: 26, 2B and 4C. RGB value is (38,43,76). Sum of RGB (Red+Green+Blue) = 38+43+76=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #262B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B4C is #D9D4B3. Grayscale: #2D2D2D. Windows color (decimal): -14275764 or 4991782. OLE color: 4991782.
HSL color Cylindrical-coordinate representation of color #262B4C: hue angle of 232.11º 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 #262B4C is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 43 | 76 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.70 |
| HSL | 232.11º | 0.33% | 0.22% | - |
| HSV(B) | 232.11º | 0.5% | 0.3% | - |
| XYZ | 2.97 | 2.66 | 7.19 | - |
| YUV | 45.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 76 | 0.5 | 0.43 | 0 | 0.70 | 232.11 | 0.33 | 0.22 |
| Hex | 26 | 2B | 4C | 32 | 2B | 0 | 46 | E8 | 21 | 16 |
| Octal | 46 | 53 | 114 | 62 | 53 | 0 | 106 | 350 | 41 | 26 |
| Binary | 100110 | 101011 | 1001100 | 110010 | 101011 | 0 | 1000110 | 11101000 | 100001 | 10110 |
Color Harmonies of #262B4C
Complementary color
Monochromatic Colors of #262B4C
Black with #262B4C
Text Example
Text Example
White with #262B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B4C; }
p { color: rgb(38,43,76); }
H1.HeaderClassName
{
color: #262B4C;
}
.AnyTagClassName
{
color: #262B4C;
}
</style>
background-color css
<style>
a { background-color: #262B4C; }
a { background-color: rgb(38,43,76); }
div.DivClassName
{
background-color: #262B4C;
}
.BgClassName
{
background-color: #262B4C;
}
</style>
border-color css
<style>
span { border-color: #262B4C; }
span { border-color: rgb(38,43,76); }
td.TdClassName
{
border-color: #262B4C;
}
.TagClassName
{
border-color: #262B4C;
}
</style>