Shades of Lucky Point #232860
Tints of Lucky Point #232860
RGB
CMYK
RGB Variations
Color information
#232860 (or 0x232860) is known color: Lucky Point. HEX triplet: 23, 28 and 60. RGB value is (35,40,96). Sum of RGB (Red+Green+Blue) = 35+40+96=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #232860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232860 is #DCD79F. Grayscale: #2C2C2C. Windows color (decimal): -14473120 or 6301731. OLE color: 6301731.
HSL color Cylindrical-coordinate representation of color #232860: hue angle of 235.08º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232860 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 40 | 96 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.62 |
| HSL | 235.08º | 0.47% | 0.26% | - |
| HSV(B) | 235.08º | 0.64% | 0.38% | - |
| XYZ | 3.56 | 2.72 | 11.4 | - |
| YUV | 44.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 96 | 0.64 | 0.58 | 0 | 0.62 | 235.08 | 0.47 | 0.26 |
| Hex | 23 | 28 | 60 | 40 | 3A | 0 | 3E | EB | 2F | 1A |
| Octal | 43 | 50 | 140 | 100 | 72 | 0 | 76 | 353 | 57 | 32 |
| Binary | 100011 | 101000 | 1100000 | 1000000 | 111010 | 0 | 111110 | 11101011 | 101111 | 11010 |
Color Harmonies of #232860
Complementary color
Monochromatic Colors of #232860
Black with #232860
Text Example
Text Example
White with #232860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232860; }
p { color: rgb(35,40,96); }
H1.HeaderClassName
{
color: #232860;
}
.AnyTagClassName
{
color: #232860;
}
</style>
background-color css
<style>
a { background-color: #232860; }
a { background-color: rgb(35,40,96); }
div.DivClassName
{
background-color: #232860;
}
.BgClassName
{
background-color: #232860;
}
</style>
border-color css
<style>
span { border-color: #232860; }
span { border-color: rgb(35,40,96); }
td.TdClassName
{
border-color: #232860;
}
.TagClassName
{
border-color: #232860;
}
</style>