Shades of Lucky Point #262D5D
Tints of Lucky Point #262D5D
RGB
CMYK
RGB Variations
Color information
#262D5D (or 0x262D5D) is known color: Lucky Point. HEX triplet: 26, 2D and 5D. RGB value is (38,45,93). Sum of RGB (Red+Green+Blue) = 38+45+93=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #262D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D5D is #D9D2A2. Grayscale: #303030. Windows color (decimal): -14275235 or 6106406. OLE color: 6106406.
HSL color Cylindrical-coordinate representation of color #262D5D: hue angle of 232.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262D5D is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 45 | 93 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.64 |
| HSL | 232.36º | 0.42% | 0.26% | - |
| HSV(B) | 232.36º | 0.59% | 0.36% | - |
| XYZ | 3.71 | 3.08 | 10.75 | - |
| YUV | 48.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 93 | 0.59 | 0.52 | 0 | 0.64 | 232.36 | 0.42 | 0.26 |
| Hex | 26 | 2D | 5D | 3B | 34 | 0 | 40 | E8 | 2A | 1A |
| Octal | 46 | 55 | 135 | 73 | 64 | 0 | 100 | 350 | 52 | 32 |
| Binary | 100110 | 101101 | 1011101 | 111011 | 110100 | 0 | 1000000 | 11101000 | 101010 | 11010 |
Color Harmonies of #262D5D
Complementary color
Monochromatic Colors of #262D5D
Black with #262D5D
Text Example
Text Example
White with #262D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D5D; }
p { color: rgb(38,45,93); }
H1.HeaderClassName
{
color: #262D5D;
}
.AnyTagClassName
{
color: #262D5D;
}
</style>
background-color css
<style>
a { background-color: #262D5D; }
a { background-color: rgb(38,45,93); }
div.DivClassName
{
background-color: #262D5D;
}
.BgClassName
{
background-color: #262D5D;
}
</style>
border-color css
<style>
span { border-color: #262D5D; }
span { border-color: rgb(38,45,93); }
td.TdClassName
{
border-color: #262D5D;
}
.TagClassName
{
border-color: #262D5D;
}
</style>