Shades of Lucky Point #232E58
Tints of Lucky Point #232E58
RGB
CMYK
RGB Variations
Color information
#232E58 (or 0x232E58) is known color: Lucky Point. HEX triplet: 23, 2E and 58. RGB value is (35,46,88). Sum of RGB (Red+Green+Blue) = 35+46+88=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #232E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E58 is #DCD1A7. Grayscale: #2F2F2F. Windows color (decimal): -14471592 or 5778979. OLE color: 5778979.
HSL color Cylindrical-coordinate representation of color #232E58: hue angle of 227.55º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232E58 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 46 | 88 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.65 |
| HSL | 227.55º | 0.43% | 0.24% | - |
| HSV(B) | 227.55º | 0.6% | 0.35% | - |
| XYZ | 3.43 | 3.02 | 9.63 | - |
| YUV | 47.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 88 | 0.60 | 0.48 | 0 | 0.65 | 227.55 | 0.43 | 0.24 |
| Hex | 23 | 2E | 58 | 3C | 30 | 0 | 41 | E4 | 2B | 18 |
| Octal | 43 | 56 | 130 | 74 | 60 | 0 | 101 | 344 | 53 | 30 |
| Binary | 100011 | 101110 | 1011000 | 111100 | 110000 | 0 | 1000001 | 11100100 | 101011 | 11000 |
Color Harmonies of #232E58
Complementary color
Monochromatic Colors of #232E58
Black with #232E58
Text Example
Text Example
White with #232E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E58; }
p { color: rgb(35,46,88); }
H1.HeaderClassName
{
color: #232E58;
}
.AnyTagClassName
{
color: #232E58;
}
</style>
background-color css
<style>
a { background-color: #232E58; }
a { background-color: rgb(35,46,88); }
div.DivClassName
{
background-color: #232E58;
}
.BgClassName
{
background-color: #232E58;
}
</style>
border-color css
<style>
span { border-color: #232E58; }
span { border-color: rgb(35,46,88); }
td.TdClassName
{
border-color: #232E58;
}
.TagClassName
{
border-color: #232E58;
}
</style>