Shades of Lucky Point #23254C
Tints of Lucky Point #23254C
RGB
CMYK
RGB Variations
Color information
#23254C (or 0x23254C) is known color: Lucky Point. HEX triplet: 23, 25 and 4C. RGB value is (35,37,76). Sum of RGB (Red+Green+Blue) = 35+37+76=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #23254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23254C is #DCDAB3. Grayscale: #282828. Windows color (decimal): -14473908 or 4990243. OLE color: 4990243.
HSL color Cylindrical-coordinate representation of color #23254C: hue angle of 237.07º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23254C is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 37 | 76 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.70 |
| HSL | 237.07º | 0.37% | 0.22% | - |
| HSV(B) | 237.07º | 0.54% | 0.3% | - |
| XYZ | 2.66 | 2.2 | 7.12 | - |
| YUV | 40.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 76 | 0.54 | 0.51 | 0 | 0.70 | 237.07 | 0.37 | 0.22 |
| Hex | 23 | 25 | 4C | 36 | 33 | 0 | 46 | ED | 25 | 16 |
| Octal | 43 | 45 | 114 | 66 | 63 | 0 | 106 | 355 | 45 | 26 |
| Binary | 100011 | 100101 | 1001100 | 110110 | 110011 | 0 | 1000110 | 11101101 | 100101 | 10110 |
Color Harmonies of #23254C
Complementary color
Monochromatic Colors of #23254C
Black with #23254C
Text Example
Text Example
White with #23254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23254C; }
p { color: rgb(35,37,76); }
H1.HeaderClassName
{
color: #23254C;
}
.AnyTagClassName
{
color: #23254C;
}
</style>
background-color css
<style>
a { background-color: #23254C; }
a { background-color: rgb(35,37,76); }
div.DivClassName
{
background-color: #23254C;
}
.BgClassName
{
background-color: #23254C;
}
</style>
border-color css
<style>
span { border-color: #23254C; }
span { border-color: rgb(35,37,76); }
td.TdClassName
{
border-color: #23254C;
}
.TagClassName
{
border-color: #23254C;
}
</style>