Shades of Lucky Point #23264D
Tints of Lucky Point #23264D
RGB
CMYK
RGB Variations
Color information
#23264D (or 0x23264D) is known color: Lucky Point. HEX triplet: 23, 26 and 4D. RGB value is (35,38,77). Sum of RGB (Red+Green+Blue) = 35+38+77=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #23264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23264D is #DCD9B2. Grayscale: #292929. Windows color (decimal): -14473651 or 5056035. OLE color: 5056035.
HSL color Cylindrical-coordinate representation of color #23264D: hue angle of 235.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23264D is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 38 | 77 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.70 |
| HSL | 235.71º | 0.38% | 0.22% | - |
| HSV(B) | 235.71º | 0.55% | 0.3% | - |
| XYZ | 2.73 | 2.28 | 7.32 | - |
| YUV | 41.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 77 | 0.55 | 0.51 | 0 | 0.70 | 235.71 | 0.38 | 0.22 |
| Hex | 23 | 26 | 4D | 37 | 33 | 0 | 46 | EC | 26 | 16 |
| Octal | 43 | 46 | 115 | 67 | 63 | 0 | 106 | 354 | 46 | 26 |
| Binary | 100011 | 100110 | 1001101 | 110111 | 110011 | 0 | 1000110 | 11101100 | 100110 | 10110 |
Color Harmonies of #23264D
Complementary color
Monochromatic Colors of #23264D
Black with #23264D
Text Example
Text Example
White with #23264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23264D; }
p { color: rgb(35,38,77); }
H1.HeaderClassName
{
color: #23264D;
}
.AnyTagClassName
{
color: #23264D;
}
</style>
background-color css
<style>
a { background-color: #23264D; }
a { background-color: rgb(35,38,77); }
div.DivClassName
{
background-color: #23264D;
}
.BgClassName
{
background-color: #23264D;
}
</style>
border-color css
<style>
span { border-color: #23264D; }
span { border-color: rgb(35,38,77); }
td.TdClassName
{
border-color: #23264D;
}
.TagClassName
{
border-color: #23264D;
}
</style>