Shades of Lucky Point #232D5F
Tints of Lucky Point #232D5F
RGB
CMYK
RGB Variations
Color information
#232D5F (or 0x232D5F) is known color: Lucky Point. HEX triplet: 23, 2D and 5F. RGB value is (35,45,95). Sum of RGB (Red+Green+Blue) = 35+45+95=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #232D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5F is #DCD2A0. Grayscale: #2F2F2F. Windows color (decimal): -14471841 or 6237475. OLE color: 6237475.
HSL color Cylindrical-coordinate representation of color #232D5F: hue angle of 230º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #232D5F is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 45 | 95 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.63 |
| HSL | 230º | 0.46% | 0.25% | - |
| HSV(B) | 230º | 0.63% | 0.37% | - |
| XYZ | 3.7 | 3.06 | 11.22 | - |
| YUV | 47.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 95 | 0.63 | 0.53 | 0 | 0.63 | 230 | 0.46 | 0.25 |
| Hex | 23 | 2D | 5F | 3F | 35 | 0 | 3F | E6 | 2E | 19 |
| Octal | 43 | 55 | 137 | 77 | 65 | 0 | 77 | 346 | 56 | 31 |
| Binary | 100011 | 101101 | 1011111 | 111111 | 110101 | 0 | 111111 | 11100110 | 101110 | 11001 |
Color Harmonies of #232D5F
Complementary color
Monochromatic Colors of #232D5F
Black with #232D5F
Text Example
Text Example
White with #232D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D5F; }
p { color: rgb(35,45,95); }
H1.HeaderClassName
{
color: #232D5F;
}
.AnyTagClassName
{
color: #232D5F;
}
</style>
background-color css
<style>
a { background-color: #232D5F; }
a { background-color: rgb(35,45,95); }
div.DivClassName
{
background-color: #232D5F;
}
.BgClassName
{
background-color: #232D5F;
}
</style>
border-color css
<style>
span { border-color: #232D5F; }
span { border-color: rgb(35,45,95); }
td.TdClassName
{
border-color: #232D5F;
}
.TagClassName
{
border-color: #232D5F;
}
</style>