Shades of Lucky Point #232D5B
Tints of Lucky Point #232D5B
RGB
CMYK
RGB Variations
Color information
#232D5B (or 0x232D5B) is known color: Lucky Point. HEX triplet: 23, 2D and 5B. RGB value is (35,45,91). Sum of RGB (Red+Green+Blue) = 35+45+91=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #232D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5B is #DCD2A4. Grayscale: #2F2F2F. Windows color (decimal): -14471845 or 5975331. OLE color: 5975331.
HSL color Cylindrical-coordinate representation of color #232D5B: hue angle of 229.29º degrees, saturation: 0.44, 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 #232D5B is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 45 | 91 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.64 |
| HSL | 229.29º | 0.44% | 0.25% | - |
| HSV(B) | 229.29º | 0.62% | 0.36% | - |
| XYZ | 3.52 | 2.99 | 10.29 | - |
| YUV | 47.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 91 | 0.62 | 0.51 | 0 | 0.64 | 229.29 | 0.44 | 0.25 |
| Hex | 23 | 2D | 5B | 3E | 33 | 0 | 40 | E5 | 2C | 19 |
| Octal | 43 | 55 | 133 | 76 | 63 | 0 | 100 | 345 | 54 | 31 |
| Binary | 100011 | 101101 | 1011011 | 111110 | 110011 | 0 | 1000000 | 11100101 | 101100 | 11001 |
Color Harmonies of #232D5B
Complementary color
Monochromatic Colors of #232D5B
Black with #232D5B
Text Example
Text Example
White with #232D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D5B; }
p { color: rgb(35,45,91); }
H1.HeaderClassName
{
color: #232D5B;
}
.AnyTagClassName
{
color: #232D5B;
}
</style>
background-color css
<style>
a { background-color: #232D5B; }
a { background-color: rgb(35,45,91); }
div.DivClassName
{
background-color: #232D5B;
}
.BgClassName
{
background-color: #232D5B;
}
</style>
border-color css
<style>
span { border-color: #232D5B; }
span { border-color: rgb(35,45,91); }
td.TdClassName
{
border-color: #232D5B;
}
.TagClassName
{
border-color: #232D5B;
}
</style>