Shades of Lucky Point #232751
Tints of Lucky Point #232751
RGB
CMYK
RGB Variations
Color information
#232751 (or 0x232751) is known color: Lucky Point. HEX triplet: 23, 27 and 51. RGB value is (35,39,81). Sum of RGB (Red+Green+Blue) = 35+39+81=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #232751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232751 is #DCD8AE. Grayscale: #2A2A2A. Windows color (decimal): -14473391 or 5318435. OLE color: 5318435.
HSL color Cylindrical-coordinate representation of color #232751: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232751 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 39 | 81 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.68 |
| HSL | 234.78º | 0.4% | 0.23% | - |
| HSV(B) | 234.78º | 0.57% | 0.32% | - |
| XYZ | 2.9 | 2.4 | 8.1 | - |
| YUV | 42.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 81 | 0.57 | 0.52 | 0 | 0.68 | 234.78 | 0.4 | 0.23 |
| Hex | 23 | 27 | 51 | 39 | 34 | 0 | 44 | EB | 28 | 17 |
| Octal | 43 | 47 | 121 | 71 | 64 | 0 | 104 | 353 | 50 | 27 |
| Binary | 100011 | 100111 | 1010001 | 111001 | 110100 | 0 | 1000100 | 11101011 | 101000 | 10111 |
Color Harmonies of #232751
Complementary color
Monochromatic Colors of #232751
Black with #232751
Text Example
Text Example
White with #232751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232751; }
p { color: rgb(35,39,81); }
H1.HeaderClassName
{
color: #232751;
}
.AnyTagClassName
{
color: #232751;
}
</style>
background-color css
<style>
a { background-color: #232751; }
a { background-color: rgb(35,39,81); }
div.DivClassName
{
background-color: #232751;
}
.BgClassName
{
background-color: #232751;
}
</style>
border-color css
<style>
span { border-color: #232751; }
span { border-color: rgb(35,39,81); }
td.TdClassName
{
border-color: #232751;
}
.TagClassName
{
border-color: #232751;
}
</style>