Shades of Lucky Point #232F57
Tints of Lucky Point #232F57
RGB
CMYK
RGB Variations
Color information
#232F57 (or 0x232F57) is known color: Lucky Point. HEX triplet: 23, 2F and 57. RGB value is (35,47,87). Sum of RGB (Red+Green+Blue) = 35+47+87=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #232F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F57 is #DCD0A8. Grayscale: #2F2F2F. Windows color (decimal): -14471337 or 5713699. OLE color: 5713699.
HSL color Cylindrical-coordinate representation of color #232F57: hue angle of 226.15º 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 #232F57 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 47 | 87 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.66 |
| HSL | 226.15º | 0.43% | 0.24% | - |
| HSV(B) | 226.15º | 0.6% | 0.34% | - |
| XYZ | 3.43 | 3.08 | 9.43 | - |
| YUV | 47.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 87 | 0.60 | 0.46 | 0 | 0.66 | 226.15 | 0.43 | 0.24 |
| Hex | 23 | 2F | 57 | 3C | 2E | 0 | 42 | E2 | 2B | 18 |
| Octal | 43 | 57 | 127 | 74 | 56 | 0 | 102 | 342 | 53 | 30 |
| Binary | 100011 | 101111 | 1010111 | 111100 | 101110 | 0 | 1000010 | 11100010 | 101011 | 11000 |
Color Harmonies of #232F57
Complementary color
Monochromatic Colors of #232F57
Black with #232F57
Text Example
Text Example
White with #232F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F57; }
p { color: rgb(35,47,87); }
H1.HeaderClassName
{
color: #232F57;
}
.AnyTagClassName
{
color: #232F57;
}
</style>
background-color css
<style>
a { background-color: #232F57; }
a { background-color: rgb(35,47,87); }
div.DivClassName
{
background-color: #232F57;
}
.BgClassName
{
background-color: #232F57;
}
</style>
border-color css
<style>
span { border-color: #232F57; }
span { border-color: rgb(35,47,87); }
td.TdClassName
{
border-color: #232F57;
}
.TagClassName
{
border-color: #232F57;
}
</style>