Shades of Lucky Point #262D5E
Tints of Lucky Point #262D5E
RGB
CMYK
RGB Variations
Color information
#262D5E (or 0x262D5E) is known color: Lucky Point. HEX triplet: 26, 2D and 5E. RGB value is (38,45,94). Sum of RGB (Red+Green+Blue) = 38+45+94=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #262D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D5E is #D9D2A1. Grayscale: #303030. Windows color (decimal): -14275234 or 6171942. OLE color: 6171942.
HSL color Cylindrical-coordinate representation of color #262D5E: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262D5E is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 38 | 45 | 94 | - |
CMYK | 0.60 | 0.52 | 0 | 0.63 |
HSL | 232.5º | 0.42% | 0.26% | - |
HSV(B) | 232.5º | 0.6% | 0.37% | - |
XYZ | 3.76 | 3.1 | 10.99 | - |
YUV | 48.49 | 153.68 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 45 | 94 | 0.60 | 0.52 | 0 | 0.63 | 232.5 | 0.42 | 0.26 |
Hex | 26 | 2D | 5E | 3C | 34 | 0 | 3F | E8 | 2A | 1A |
Octal | 46 | 55 | 136 | 74 | 64 | 0 | 77 | 350 | 52 | 32 |
Binary | 100110 | 101101 | 1011110 | 111100 | 110100 | 0 | 111111 | 11101000 | 101010 | 11010 |
Color Harmonies of #262D5E
Complementary color
Monochromatic Colors of #262D5E
Black with #262D5E
Text Example
Text Example
White with #262D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D5E; }
p { color: rgb(38,45,94); }
H1.HeaderClassName
{
color: #262D5E;
}
.AnyTagClassName
{
color: #262D5E;
}
</style>
background-color css
<style>
a { background-color: #262D5E; }
a { background-color: rgb(38,45,94); }
div.DivClassName
{
background-color: #262D5E;
}
.BgClassName
{
background-color: #262D5E;
}
</style>
border-color css
<style>
span { border-color: #262D5E; }
span { border-color: rgb(38,45,94); }
td.TdClassName
{
border-color: #262D5E;
}
.TagClassName
{
border-color: #262D5E;
}
</style>