Shades of Lucky Point #232849
Tints of Lucky Point #232849
RGB
CMYK
RGB Variations
Color information
#232849 (or 0x232849) is known color: Lucky Point. HEX triplet: 23, 28 and 49. RGB value is (35,40,73). Sum of RGB (Red+Green+Blue) = 35+40+73=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #232849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232849 is #DCD7B6. Grayscale: #2A2A2A. Windows color (decimal): -14473143 or 4794403. OLE color: 4794403.
HSL color Cylindrical-coordinate representation of color #232849: hue angle of 232.11º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232849 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 40 | 73 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.71 |
| HSL | 232.11º | 0.35% | 0.21% | - |
| HSV(B) | 232.11º | 0.52% | 0.29% | - |
| XYZ | 2.65 | 2.36 | 6.62 | - |
| YUV | 42.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 73 | 0.52 | 0.45 | 0 | 0.71 | 232.11 | 0.35 | 0.21 |
| Hex | 23 | 28 | 49 | 34 | 2D | 0 | 47 | E8 | 23 | 15 |
| Octal | 43 | 50 | 111 | 64 | 55 | 0 | 107 | 350 | 43 | 25 |
| Binary | 100011 | 101000 | 1001001 | 110100 | 101101 | 0 | 1000111 | 11101000 | 100011 | 10101 |
Color Harmonies of #232849
Complementary color
Monochromatic Colors of #232849
Black with #232849
Text Example
Text Example
White with #232849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232849; }
p { color: rgb(35,40,73); }
H1.HeaderClassName
{
color: #232849;
}
.AnyTagClassName
{
color: #232849;
}
</style>
background-color css
<style>
a { background-color: #232849; }
a { background-color: rgb(35,40,73); }
div.DivClassName
{
background-color: #232849;
}
.BgClassName
{
background-color: #232849;
}
</style>
border-color css
<style>
span { border-color: #232849; }
span { border-color: rgb(35,40,73); }
td.TdClassName
{
border-color: #232849;
}
.TagClassName
{
border-color: #232849;
}
</style>