Shades of Lucky Point #232A47
Tints of Lucky Point #232A47
RGB
CMYK
RGB Variations
Color information
#232A47 (or 0x232A47) is known color: Lucky Point. HEX triplet: 23, 2A and 47. RGB value is (35,42,71). Sum of RGB (Red+Green+Blue) = 35+42+71=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #232A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A47 is #DCD5B8. Grayscale: #2B2B2B. Windows color (decimal): -14472633 or 4663843. OLE color: 4663843.
HSL color Cylindrical-coordinate representation of color #232A47: hue angle of 228.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232A47 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 42 | 71 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.72 |
| HSL | 228.33º | 0.34% | 0.21% | - |
| HSV(B) | 228.33º | 0.51% | 0.28% | - |
| XYZ | 2.66 | 2.47 | 6.3 | - |
| YUV | 43.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 71 | 0.51 | 0.41 | 0 | 0.72 | 228.33 | 0.34 | 0.21 |
| Hex | 23 | 2A | 47 | 33 | 29 | 0 | 48 | E4 | 22 | 15 |
| Octal | 43 | 52 | 107 | 63 | 51 | 0 | 110 | 344 | 42 | 25 |
| Binary | 100011 | 101010 | 1000111 | 110011 | 101001 | 0 | 1001000 | 11100100 | 100010 | 10101 |
Color Harmonies of #232A47
Complementary color
Monochromatic Colors of #232A47
Black with #232A47
Text Example
Text Example
White with #232A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A47; }
p { color: rgb(35,42,71); }
H1.HeaderClassName
{
color: #232A47;
}
.AnyTagClassName
{
color: #232A47;
}
</style>
background-color css
<style>
a { background-color: #232A47; }
a { background-color: rgb(35,42,71); }
div.DivClassName
{
background-color: #232A47;
}
.BgClassName
{
background-color: #232A47;
}
</style>
border-color css
<style>
span { border-color: #232A47; }
span { border-color: rgb(35,42,71); }
td.TdClassName
{
border-color: #232A47;
}
.TagClassName
{
border-color: #232A47;
}
</style>