Shades of Lucky Point #232C57
Tints of Lucky Point #232C57
RGB
CMYK
RGB Variations
Color information
#232C57 (or 0x232C57) is known color: Lucky Point. HEX triplet: 23, 2C and 57. RGB value is (35,44,87). Sum of RGB (Red+Green+Blue) = 35+44+87=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #232C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C57 is #DCD3A8. Grayscale: #2E2E2E. Windows color (decimal): -14472105 or 5712931. OLE color: 5712931.
HSL color Cylindrical-coordinate representation of color #232C57: hue angle of 229.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232C57 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 44 | 87 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.66 |
| HSL | 229.62º | 0.43% | 0.24% | - |
| HSV(B) | 229.62º | 0.6% | 0.34% | - |
| XYZ | 3.31 | 2.85 | 9.39 | - |
| YUV | 46.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 87 | 0.60 | 0.49 | 0 | 0.66 | 229.62 | 0.43 | 0.24 |
| Hex | 23 | 2C | 57 | 3C | 31 | 0 | 42 | E6 | 2B | 18 |
| Octal | 43 | 54 | 127 | 74 | 61 | 0 | 102 | 346 | 53 | 30 |
| Binary | 100011 | 101100 | 1010111 | 111100 | 110001 | 0 | 1000010 | 11100110 | 101011 | 11000 |
Color Harmonies of #232C57
Complementary color
Monochromatic Colors of #232C57
Black with #232C57
Text Example
Text Example
White with #232C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C57; }
p { color: rgb(35,44,87); }
H1.HeaderClassName
{
color: #232C57;
}
.AnyTagClassName
{
color: #232C57;
}
</style>
background-color css
<style>
a { background-color: #232C57; }
a { background-color: rgb(35,44,87); }
div.DivClassName
{
background-color: #232C57;
}
.BgClassName
{
background-color: #232C57;
}
</style>
border-color css
<style>
span { border-color: #232C57; }
span { border-color: rgb(35,44,87); }
td.TdClassName
{
border-color: #232C57;
}
.TagClassName
{
border-color: #232C57;
}
</style>