Shades of Lucky Point #232C59
Tints of Lucky Point #232C59
RGB
CMYK
RGB Variations
Color information
#232C59 (or 0x232C59) is known color: Lucky Point. HEX triplet: 23, 2C and 59. RGB value is (35,44,89). Sum of RGB (Red+Green+Blue) = 35+44+89=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #232C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C59 is #DCD3A6. Grayscale: #2E2E2E. Windows color (decimal): -14472103 or 5844003. OLE color: 5844003.
HSL color Cylindrical-coordinate representation of color #232C59: hue angle of 230º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #232C59 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 44 | 89 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.65 |
| HSL | 230º | 0.44% | 0.24% | - |
| HSV(B) | 230º | 0.61% | 0.35% | - |
| XYZ | 3.4 | 2.88 | 9.83 | - |
| YUV | 46.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 89 | 0.61 | 0.51 | 0 | 0.65 | 230 | 0.44 | 0.24 |
| Hex | 23 | 2C | 59 | 3D | 33 | 0 | 41 | E6 | 2C | 18 |
| Octal | 43 | 54 | 131 | 75 | 63 | 0 | 101 | 346 | 54 | 30 |
| Binary | 100011 | 101100 | 1011001 | 111101 | 110011 | 0 | 1000001 | 11100110 | 101100 | 11000 |
Color Harmonies of #232C59
Complementary color
Monochromatic Colors of #232C59
Black with #232C59
Text Example
Text Example
White with #232C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C59; }
p { color: rgb(35,44,89); }
H1.HeaderClassName
{
color: #232C59;
}
.AnyTagClassName
{
color: #232C59;
}
</style>
background-color css
<style>
a { background-color: #232C59; }
a { background-color: rgb(35,44,89); }
div.DivClassName
{
background-color: #232C59;
}
.BgClassName
{
background-color: #232C59;
}
</style>
border-color css
<style>
span { border-color: #232C59; }
span { border-color: rgb(35,44,89); }
td.TdClassName
{
border-color: #232C59;
}
.TagClassName
{
border-color: #232C59;
}
</style>