Shades of Lucky Point #23255D
Tints of Lucky Point #23255D
RGB
CMYK
RGB Variations
Color information
#23255D (or 0x23255D) is known color: Lucky Point. HEX triplet: 23, 25 and 5D. RGB value is (35,37,93). Sum of RGB (Red+Green+Blue) = 35+37+93=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #23255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23255D is #DCDAA2. Grayscale: #2A2A2A. Windows color (decimal): -14473891 or 6104355. OLE color: 6104355.
HSL color Cylindrical-coordinate representation of color #23255D: hue angle of 237.93º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23255D is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 37 | 93 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.64 |
| HSL | 237.93º | 0.45% | 0.25% | - |
| HSV(B) | 237.93º | 0.62% | 0.36% | - |
| XYZ | 3.33 | 2.47 | 10.66 | - |
| YUV | 42.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 93 | 0.62 | 0.60 | 0 | 0.64 | 237.93 | 0.45 | 0.25 |
| Hex | 23 | 25 | 5D | 3E | 3C | 0 | 40 | EE | 2D | 19 |
| Octal | 43 | 45 | 135 | 76 | 74 | 0 | 100 | 356 | 55 | 31 |
| Binary | 100011 | 100101 | 1011101 | 111110 | 111100 | 0 | 1000000 | 11101110 | 101101 | 11001 |
Color Harmonies of #23255D
Complementary color
Monochromatic Colors of #23255D
Black with #23255D
Text Example
Text Example
White with #23255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23255D; }
p { color: rgb(35,37,93); }
H1.HeaderClassName
{
color: #23255D;
}
.AnyTagClassName
{
color: #23255D;
}
</style>
background-color css
<style>
a { background-color: #23255D; }
a { background-color: rgb(35,37,93); }
div.DivClassName
{
background-color: #23255D;
}
.BgClassName
{
background-color: #23255D;
}
</style>
border-color css
<style>
span { border-color: #23255D; }
span { border-color: rgb(35,37,93); }
td.TdClassName
{
border-color: #23255D;
}
.TagClassName
{
border-color: #23255D;
}
</style>