Shades of Lucky Point #23244C
Tints of Lucky Point #23244C
RGB
CMYK
RGB Variations
Color information
#23244C (or 0x23244C) is known color: Lucky Point. HEX triplet: 23, 24 and 4C. RGB value is (35,36,76). Sum of RGB (Red+Green+Blue) = 35+36+76=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #23244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23244C is #DCDBB3. Grayscale: #282828. Windows color (decimal): -14474164 or 4989987. OLE color: 4989987.
HSL color Cylindrical-coordinate representation of color #23244C: hue angle of 238.54º 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 #23244C is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 36 | 76 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.70 |
| HSL | 238.54º | 0.37% | 0.22% | - |
| HSV(B) | 238.54º | 0.54% | 0.3% | - |
| XYZ | 2.63 | 2.14 | 7.11 | - |
| YUV | 40.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 76 | 0.54 | 0.53 | 0 | 0.70 | 238.54 | 0.37 | 0.22 |
| Hex | 23 | 24 | 4C | 36 | 35 | 0 | 46 | EF | 25 | 16 |
| Octal | 43 | 44 | 114 | 66 | 65 | 0 | 106 | 357 | 45 | 26 |
| Binary | 100011 | 100100 | 1001100 | 110110 | 110101 | 0 | 1000110 | 11101111 | 100101 | 10110 |
Color Harmonies of #23244C
Complementary color
Monochromatic Colors of #23244C
Black with #23244C
Text Example
Text Example
White with #23244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23244C; }
p { color: rgb(35,36,76); }
H1.HeaderClassName
{
color: #23244C;
}
.AnyTagClassName
{
color: #23244C;
}
</style>
background-color css
<style>
a { background-color: #23244C; }
a { background-color: rgb(35,36,76); }
div.DivClassName
{
background-color: #23244C;
}
.BgClassName
{
background-color: #23244C;
}
</style>
border-color css
<style>
span { border-color: #23244C; }
span { border-color: rgb(35,36,76); }
td.TdClassName
{
border-color: #23244C;
}
.TagClassName
{
border-color: #23244C;
}
</style>