Shades of Lucky Point #232650
Tints of Lucky Point #232650
RGB
CMYK
RGB Variations
Color information
#232650 (or 0x232650) is known color: Lucky Point. HEX triplet: 23, 26 and 50. RGB value is (35,38,80). Sum of RGB (Red+Green+Blue) = 35+38+80=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #232650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232650 is #DCD9AF. Grayscale: #292929. Windows color (decimal): -14473648 or 5252643. OLE color: 5252643.
HSL color Cylindrical-coordinate representation of color #232650: hue angle of 236º 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 #232650 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 38 | 80 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.69 |
| HSL | 236º | 0.39% | 0.23% | - |
| HSV(B) | 236º | 0.56% | 0.31% | - |
| XYZ | 2.83 | 2.32 | 7.89 | - |
| YUV | 41.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 80 | 0.56 | 0.52 | 0 | 0.69 | 236 | 0.39 | 0.23 |
| Hex | 23 | 26 | 50 | 38 | 34 | 0 | 45 | EC | 27 | 17 |
| Octal | 43 | 46 | 120 | 70 | 64 | 0 | 105 | 354 | 47 | 27 |
| Binary | 100011 | 100110 | 1010000 | 111000 | 110100 | 0 | 1000101 | 11101100 | 100111 | 10111 |
Color Harmonies of #232650
Complementary color
Monochromatic Colors of #232650
Black with #232650
Text Example
Text Example
White with #232650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232650; }
p { color: rgb(35,38,80); }
H1.HeaderClassName
{
color: #232650;
}
.AnyTagClassName
{
color: #232650;
}
</style>
background-color css
<style>
a { background-color: #232650; }
a { background-color: rgb(35,38,80); }
div.DivClassName
{
background-color: #232650;
}
.BgClassName
{
background-color: #232650;
}
</style>
border-color css
<style>
span { border-color: #232650; }
span { border-color: rgb(35,38,80); }
td.TdClassName
{
border-color: #232650;
}
.TagClassName
{
border-color: #232650;
}
</style>