Shades of Lucky Point #232C54
Tints of Lucky Point #232C54
RGB
CMYK
RGB Variations
Color information
#232C54 (or 0x232C54) is known color: Lucky Point. HEX triplet: 23, 2C and 54. RGB value is (35,44,84). Sum of RGB (Red+Green+Blue) = 35+44+84=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #232C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C54 is #DCD3AB. Grayscale: #2D2D2D. Windows color (decimal): -14472108 or 5516323. OLE color: 5516323.
HSL color Cylindrical-coordinate representation of color #232C54: hue angle of 228.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232C54 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 44 | 84 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.67 |
| HSL | 228.98º | 0.41% | 0.23% | - |
| HSV(B) | 228.98º | 0.58% | 0.33% | - |
| XYZ | 3.19 | 2.8 | 8.76 | - |
| YUV | 45.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 84 | 0.58 | 0.48 | 0 | 0.67 | 228.98 | 0.41 | 0.23 |
| Hex | 23 | 2C | 54 | 3A | 30 | 0 | 43 | E5 | 29 | 17 |
| Octal | 43 | 54 | 124 | 72 | 60 | 0 | 103 | 345 | 51 | 27 |
| Binary | 100011 | 101100 | 1010100 | 111010 | 110000 | 0 | 1000011 | 11100101 | 101001 | 10111 |
Color Harmonies of #232C54
Complementary color
Monochromatic Colors of #232C54
Black with #232C54
Text Example
Text Example
White with #232C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C54; }
p { color: rgb(35,44,84); }
H1.HeaderClassName
{
color: #232C54;
}
.AnyTagClassName
{
color: #232C54;
}
</style>
background-color css
<style>
a { background-color: #232C54; }
a { background-color: rgb(35,44,84); }
div.DivClassName
{
background-color: #232C54;
}
.BgClassName
{
background-color: #232C54;
}
</style>
border-color css
<style>
span { border-color: #232C54; }
span { border-color: rgb(35,44,84); }
td.TdClassName
{
border-color: #232C54;
}
.TagClassName
{
border-color: #232C54;
}
</style>