Shades of Lucky Point #232D50
Tints of Lucky Point #232D50
RGB
CMYK
RGB Variations
Color information
#232D50 (or 0x232D50) is known color: Lucky Point. HEX triplet: 23, 2D and 50. RGB value is (35,45,80). Sum of RGB (Red+Green+Blue) = 35+45+80=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #232D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D50 is #DCD2AF. Grayscale: #2D2D2D. Windows color (decimal): -14471856 or 5254435. OLE color: 5254435.
HSL color Cylindrical-coordinate representation of color #232D50: hue angle of 226.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 #232D50 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 45 | 80 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.69 |
| HSL | 226.67º | 0.39% | 0.23% | - |
| HSV(B) | 226.67º | 0.56% | 0.31% | - |
| XYZ | 3.08 | 2.81 | 7.97 | - |
| YUV | 46 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 80 | 0.56 | 0.44 | 0 | 0.69 | 226.67 | 0.39 | 0.23 |
| Hex | 23 | 2D | 50 | 38 | 2C | 0 | 45 | E3 | 27 | 17 |
| Octal | 43 | 55 | 120 | 70 | 54 | 0 | 105 | 343 | 47 | 27 |
| Binary | 100011 | 101101 | 1010000 | 111000 | 101100 | 0 | 1000101 | 11100011 | 100111 | 10111 |
Color Harmonies of #232D50
Complementary color
Monochromatic Colors of #232D50
Black with #232D50
Text Example
Text Example
White with #232D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D50; }
p { color: rgb(35,45,80); }
H1.HeaderClassName
{
color: #232D50;
}
.AnyTagClassName
{
color: #232D50;
}
</style>
background-color css
<style>
a { background-color: #232D50; }
a { background-color: rgb(35,45,80); }
div.DivClassName
{
background-color: #232D50;
}
.BgClassName
{
background-color: #232D50;
}
</style>
border-color css
<style>
span { border-color: #232D50; }
span { border-color: rgb(35,45,80); }
td.TdClassName
{
border-color: #232D50;
}
.TagClassName
{
border-color: #232D50;
}
</style>