Shades of Lucky Point #232C53
Tints of Lucky Point #232C53
RGB
CMYK
RGB Variations
Color information
#232C53 (or 0x232C53) is known color: Lucky Point. HEX triplet: 23, 2C and 53. RGB value is (35,44,83). Sum of RGB (Red+Green+Blue) = 35+44+83=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #232C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C53 is #DCD3AC. Grayscale: #2D2D2D. Windows color (decimal): -14472109 or 5450787. OLE color: 5450787.
HSL color Cylindrical-coordinate representation of color #232C53: hue angle of 228.75º 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 #232C53 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 44 | 83 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.67 |
| HSL | 228.75º | 0.41% | 0.23% | - |
| HSV(B) | 228.75º | 0.58% | 0.33% | - |
| XYZ | 3.16 | 2.78 | 8.55 | - |
| YUV | 45.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 83 | 0.58 | 0.47 | 0 | 0.67 | 228.75 | 0.41 | 0.23 |
| Hex | 23 | 2C | 53 | 3A | 2F | 0 | 43 | E5 | 29 | 17 |
| Octal | 43 | 54 | 123 | 72 | 57 | 0 | 103 | 345 | 51 | 27 |
| Binary | 100011 | 101100 | 1010011 | 111010 | 101111 | 0 | 1000011 | 11100101 | 101001 | 10111 |
Color Harmonies of #232C53
Complementary color
Monochromatic Colors of #232C53
Black with #232C53
Text Example
Text Example
White with #232C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C53; }
p { color: rgb(35,44,83); }
H1.HeaderClassName
{
color: #232C53;
}
.AnyTagClassName
{
color: #232C53;
}
</style>
background-color css
<style>
a { background-color: #232C53; }
a { background-color: rgb(35,44,83); }
div.DivClassName
{
background-color: #232C53;
}
.BgClassName
{
background-color: #232C53;
}
</style>
border-color css
<style>
span { border-color: #232C53; }
span { border-color: rgb(35,44,83); }
td.TdClassName
{
border-color: #232C53;
}
.TagClassName
{
border-color: #232C53;
}
</style>