Shades of Lucky Point #232750
Tints of Lucky Point #232750
RGB
CMYK
RGB Variations
Color information
#232750 (or 0x232750) is known color: Lucky Point. HEX triplet: 23, 27 and 50. RGB value is (35,39,80). Sum of RGB (Red+Green+Blue) = 35+39+80=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #232750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232750 is #DCD8AF. Grayscale: #2A2A2A. Windows color (decimal): -14473392 or 5252899. OLE color: 5252899.
HSL color Cylindrical-coordinate representation of color #232750: hue angle of 234.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232750 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 39 | 80 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.69 |
| HSL | 234.67º | 0.39% | 0.23% | - |
| HSV(B) | 234.67º | 0.56% | 0.31% | - |
| XYZ | 2.87 | 2.39 | 7.9 | - |
| YUV | 42.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 80 | 0.56 | 0.51 | 0 | 0.69 | 234.67 | 0.39 | 0.23 |
| Hex | 23 | 27 | 50 | 38 | 33 | 0 | 45 | EB | 27 | 17 |
| Octal | 43 | 47 | 120 | 70 | 63 | 0 | 105 | 353 | 47 | 27 |
| Binary | 100011 | 100111 | 1010000 | 111000 | 110011 | 0 | 1000101 | 11101011 | 100111 | 10111 |
Color Harmonies of #232750
Complementary color
Monochromatic Colors of #232750
Black with #232750
Text Example
Text Example
White with #232750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232750; }
p { color: rgb(35,39,80); }
H1.HeaderClassName
{
color: #232750;
}
.AnyTagClassName
{
color: #232750;
}
</style>
background-color css
<style>
a { background-color: #232750; }
a { background-color: rgb(35,39,80); }
div.DivClassName
{
background-color: #232750;
}
.BgClassName
{
background-color: #232750;
}
</style>
border-color css
<style>
span { border-color: #232750; }
span { border-color: rgb(35,39,80); }
td.TdClassName
{
border-color: #232750;
}
.TagClassName
{
border-color: #232750;
}
</style>