Shades of Lucky Point #232C51
Tints of Lucky Point #232C51
RGB
CMYK
RGB Variations
Color information
#232C51 (or 0x232C51) is known color: Lucky Point. HEX triplet: 23, 2C and 51. RGB value is (35,44,81). Sum of RGB (Red+Green+Blue) = 35+44+81=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #232C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C51 is #DCD3AE. Grayscale: #2D2D2D. Windows color (decimal): -14472111 or 5319715. OLE color: 5319715.
HSL color Cylindrical-coordinate representation of color #232C51: hue angle of 228.26º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232C51 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 44 | 81 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.68 |
| HSL | 228.26º | 0.4% | 0.23% | - |
| HSV(B) | 228.26º | 0.57% | 0.32% | - |
| XYZ | 3.08 | 2.75 | 8.15 | - |
| YUV | 45.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 81 | 0.57 | 0.46 | 0 | 0.68 | 228.26 | 0.4 | 0.23 |
| Hex | 23 | 2C | 51 | 39 | 2E | 0 | 44 | E4 | 28 | 17 |
| Octal | 43 | 54 | 121 | 71 | 56 | 0 | 104 | 344 | 50 | 27 |
| Binary | 100011 | 101100 | 1010001 | 111001 | 101110 | 0 | 1000100 | 11100100 | 101000 | 10111 |
Color Harmonies of #232C51
Complementary color
Monochromatic Colors of #232C51
Black with #232C51
Text Example
Text Example
White with #232C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C51; }
p { color: rgb(35,44,81); }
H1.HeaderClassName
{
color: #232C51;
}
.AnyTagClassName
{
color: #232C51;
}
</style>
background-color css
<style>
a { background-color: #232C51; }
a { background-color: rgb(35,44,81); }
div.DivClassName
{
background-color: #232C51;
}
.BgClassName
{
background-color: #232C51;
}
</style>
border-color css
<style>
span { border-color: #232C51; }
span { border-color: rgb(35,44,81); }
td.TdClassName
{
border-color: #232C51;
}
.TagClassName
{
border-color: #232C51;
}
</style>