Shades of Lucky Point #232D5D
Tints of Lucky Point #232D5D
RGB
CMYK
RGB Variations
Color information
#232D5D (or 0x232D5D) is known color: Lucky Point. HEX triplet: 23, 2D and 5D. RGB value is (35,45,93). Sum of RGB (Red+Green+Blue) = 35+45+93=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #232D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5D is #DCD2A2. Grayscale: #2F2F2F. Windows color (decimal): -14471843 or 6106403. OLE color: 6106403.
HSL color Cylindrical-coordinate representation of color #232D5D: hue angle of 229.66º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232D5D is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 45 | 93 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.64 |
| HSL | 229.66º | 0.45% | 0.25% | - |
| HSV(B) | 229.66º | 0.62% | 0.36% | - |
| XYZ | 3.61 | 3.02 | 10.75 | - |
| YUV | 47.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 93 | 0.62 | 0.52 | 0 | 0.64 | 229.66 | 0.45 | 0.25 |
| Hex | 23 | 2D | 5D | 3E | 34 | 0 | 40 | E6 | 2D | 19 |
| Octal | 43 | 55 | 135 | 76 | 64 | 0 | 100 | 346 | 55 | 31 |
| Binary | 100011 | 101101 | 1011101 | 111110 | 110100 | 0 | 1000000 | 11100110 | 101101 | 11001 |
Color Harmonies of #232D5D
Complementary color
Monochromatic Colors of #232D5D
Black with #232D5D
Text Example
Text Example
White with #232D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D5D; }
p { color: rgb(35,45,93); }
H1.HeaderClassName
{
color: #232D5D;
}
.AnyTagClassName
{
color: #232D5D;
}
</style>
background-color css
<style>
a { background-color: #232D5D; }
a { background-color: rgb(35,45,93); }
div.DivClassName
{
background-color: #232D5D;
}
.BgClassName
{
background-color: #232D5D;
}
</style>
border-color css
<style>
span { border-color: #232D5D; }
span { border-color: rgb(35,45,93); }
td.TdClassName
{
border-color: #232D5D;
}
.TagClassName
{
border-color: #232D5D;
}
</style>