Shades of Lucky Point #232D5A
Tints of Lucky Point #232D5A
RGB
CMYK
RGB Variations
Color information
#232D5A (or 0x232D5A) is known color: Lucky Point. HEX triplet: 23, 2D and 5A. RGB value is (35,45,90). Sum of RGB (Red+Green+Blue) = 35+45+90=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #232D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5A is #DCD2A5. Grayscale: #2E2E2E. Windows color (decimal): -14471846 or 5909795. OLE color: 5909795.
HSL color Cylindrical-coordinate representation of color #232D5A: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #232D5A is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 45 | 90 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.65 |
| HSL | 229.09º | 0.44% | 0.25% | - |
| HSV(B) | 229.09º | 0.61% | 0.35% | - |
| XYZ | 3.48 | 2.97 | 10.06 | - |
| YUV | 47.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 90 | 0.61 | 0.50 | 0 | 0.65 | 229.09 | 0.44 | 0.25 |
| Hex | 23 | 2D | 5A | 3D | 32 | 0 | 41 | E5 | 2C | 19 |
| Octal | 43 | 55 | 132 | 75 | 62 | 0 | 101 | 345 | 54 | 31 |
| Binary | 100011 | 101101 | 1011010 | 111101 | 110010 | 0 | 1000001 | 11100101 | 101100 | 11001 |
Color Harmonies of #232D5A
Complementary color
Monochromatic Colors of #232D5A
Black with #232D5A
Text Example
Text Example
White with #232D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D5A; }
p { color: rgb(35,45,90); }
H1.HeaderClassName
{
color: #232D5A;
}
.AnyTagClassName
{
color: #232D5A;
}
</style>
background-color css
<style>
a { background-color: #232D5A; }
a { background-color: rgb(35,45,90); }
div.DivClassName
{
background-color: #232D5A;
}
.BgClassName
{
background-color: #232D5A;
}
</style>
border-color css
<style>
span { border-color: #232D5A; }
span { border-color: rgb(35,45,90); }
td.TdClassName
{
border-color: #232D5A;
}
.TagClassName
{
border-color: #232D5A;
}
</style>